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