Hi @pearlynppl,
That’s going to be handled by your theme’s stylesheet, not anything in our plugin. If you provide a link to the page, I may be able to point you in the right direction.
Thanks,
Jon
Hi @pearlynppl,
You can delete the block adding the mobile styles:
@media(max-width:549px) {
.small-nav-collapse>li {
width:100%;
margin:0 !important
}
}
Let me know if that helps,
Jon
Hi Jon,
Sorry i am not familiar with wordpress.
Where should i delete the block and add in these codes?
Thanks
Plugin Contributor
Tracy Levesque
(@liljimmi)
🏳️🌈 YIKES, Inc. Co-Owner
Hi @pearlynppl
You really need to get in contact with your theme developer. They are the ones who can make this change for you.
Our plugin only provides the ability to add tabs. It doesn’t define or change the way the tabs look. We don’t add any HTML or CSS to a site that could change tab layout and style.
The way the tabs look is defined by your theme and WooCommerce itself. You should submit a ticket with your theme developer and they may be able to help you with style and layout.
Good luck!
-Tracy