Search code examples
htmlcsswordpresswoocommerce

Woocomerce product attribute field value misalignment


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:

text alignment css

Does anyone know what to look at?

Looked at CSS using browser, that actually looks correct.

Looking for suggestions what to look at


Solution

  • 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.

    enter image description here