• Resolved watchdogs2

    (@iplus4u)


    Hello,

    I’m facing a problem with the spacing between product attributes and their values. You can see this image for more details: https://imgur.com/a/ivCNd

    Is there anyway to make all the values align to the left of the column?

    Thank you for the amazing work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dornaweb

    (@dornaweb)

    It is a CSS problem, maybe specifying a width for first or both columns of the table fixes the problem, e.g:

    .dwspecs-product-table tr td:first-child{
      width: 30%;
    }

    or making an equal width for both columns:

    .dwspecs-product-table tr td{
      width: 50%;
    }

    add one of these styles to your CSS file and let me know if it fixes your problem

    Thread Starter watchdogs2

    (@iplus4u)

    Thank you for your reply, would you mind letting me know which css file you were talking about? I’m fairly new to Woo and not sure where to find it

    Plugin Author Dornaweb

    (@dornaweb)

    your theme’s CSS StyleSheet, usually it’s called style.css and is located in your theme’s directory, you can also access it in Theme editor section in WordPress’s admin panel.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird spacing’ is closed to new replies.