• Resolved fugz13

    (@fugz13)


    Hello

    I am fairly new to word press and have been working on an ecommerce site using woocommerce. I have added a ‘featured products’ section to my homepage however the text below each image appears squashed together unlike the ‘related products’ section within a product page where the spacing is perfect.
    I have looked through the CSS using firebug and can’t see what would be causing the difference.
    Any help is appreciated, here is a link to the site in question.

    Cam

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like the line-height is being ignored on your home page.

    I think what you need is something like this:

    ul.products li.product h3 {
      line-height: 1.618;
    }

    If your theme doesn’t allow you to add custom CSS, you should create a child theme in order to add it so your changes aren’t overwritten with a theme update.

    Thread Starter fugz13

    (@fugz13)

    Thanks very much bud. Sorted it straight away.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Homepage 'Featured Products' text not formatted correctly.’ is closed to new replies.