Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1165647

    Hi all. I am building a shop at my website that uses Enfold, and the product pages look weird. The blocks that have the product description, reviews, etc… don’t line up very well (see below):

    I believe the tabs are supposed to be side by side, not stacked on top of each other, but that’s not what is happening.

    Also below all that, there is a white bar before getting to the footer, I’d like to get rid of that white section but can’t figure out where it is coming from.

    #1165801

    Hey patrickpriest81,

    Sorry for the problem. Please try the following in Quick CSS under Enfold->General Styling:

    #top div div.product .woocommerce-tabs ul.tabs li a { 
      white-space: nowrap !important; 
    }

    Best regards,
    Rikard

    #1166006

    Thank you Rikard.

    That helped fix the tabs, but still have the white spacing at the bottom before the footer. I can’t figure out where that is coming from.

    #1166040

    Hi,

    Thanks for the update. Please try this CSS as well:

    .single-product #av_section_1 {
        border-top-width: 0;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.