On the product page there is a woocommerce tab control with two tabs. The product description and the reviews. Why is it doing a line break between reviews and (0)? How can I style the tab in order to display the title on a single line? You can see on the print screen how it looks like..
Thanks in advance for your help
woocommerce-tab.png" alt="Woocommerce Tab isn't displaying correctly" />
Hi,
Can you post a link to your website please?
Regards,
Josue
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.reviews_tab a{
width: 105px !Important;
}
Regards,
Josue
perfect, thank you very much ;-)
Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue