I got a woocommerce product attribute field value which is misaligned:
Bottom attribute field value should be under attribute title
I can see that alignment of that block is set to left, but does not seem to work:
Does anyone know what to look at?
Looked at CSS using browser, that actually looks correct.
Looking for suggestions what to look at
I'm not an expert, but I think you can add the same css property to the row.
margin-bottom: 10px;
display: block;
This is how it looks.