Hi team,
I seem to have a formatting issue with Woocommerce products tabs see here: https://ibb.co/J7FPk1r
They look stacked.
Advice appreciated.
Thanks
Hey marsh1984,
Sorry for the problem, please try this in Quick CSS:
#top div div.product .woocommerce-tabs ul.tabs li a {
white-space: nowrap !important;
}
This will be fixed in the next theme update.
Best regards,
Rikard
That works thanks. Now, I have the Woocommerce product tabs and when screen size forces tabs to move onto second line, the top tabs don’t have a bottom border.
See screen shot https://ibb.co/tx9pKgn
How can I add this border?
Many thanks
Hi marsh1984,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#top div div.product .woocommerce-tabs ul.tabs li.active a,
#top div div.product .woocommerce-tabs ul.tabs li a {
border: 1px solid #cccccc45;
}
}
If you need further assistance please let us know.
Best regards,
Victoria