I'm using a full width content row, here are the settings and results: https://prnt.sc/rb24se
The issue I'm running into is I'd like to make sure even on mobile/ tablet portrait that the tabs always stay horizontal and never go vertical. How can this be achieved? I also want to keep the row type full width content because the content in the tabs need to be full width. Thank you!
Hello,
I'm using a full width content row, here are the settings and results: https://prnt.sc/rb24se
The issue I'm running into is I'd like to make sure even on mobile/ tablet portrait that the tabs always stay horizontal and never go vertical. How can this be achieved? I also want to keep the row type full width content because the content in the tabs need to be full width. Thank you!
I started to dig more and I found the following: https://prnt.sc/rb36dt
In my child theme style.css file I added
.tabbed .wpb_tabs_nav {
flex-wrap: wrap !important;
display: flex !important;
}
but it looks like for some reason the template is ignoring my overwrite. How can I make this work?
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Hey Again,
You need to uncheck the "Centered Column Alignment" Option in the Tabs Column Settings for it to work .
Bes t
ThemeNectar Support Team
Ugh, human error. Thank you Tahir, my apologies and thank you for your time!