Tagged: woocommerce
Hi Kriesi
On my single product view page the borders of my product information tabs do not show.
Adding:
border-bottom:1px solid;
does not make it look too great either.
Is there a better way for my tabs to display, maybe make them a bit smaller so all of them are next to each other?
or just adding a border in a way that looks neat.
Thanks a mill
Hey indieweb,
you can use this code inside Quick CSS field:
.additional_information_tab {
border-bottom: 1px slid #8d8d8d;
left: -16px;
position: relative;
}
.reviews_tab a {
border-top: none !important;
}
and adjust as needed.
Best regards,
Andy
Hi Andy
Thank you for pointing me in the right direction.
Will adjust as needed.
Excellent support as always :)
Cheers