Advanced Tabs Mobile
-
howdy
could i get some help on tweaking the Advanced Tabs for mobile? i’ts probably just a line of code i’m missing.
so, i’ve set the ul to nowrap on mobile, so the tabs are side by side, but the ul’s width (it seems) is the one breaking the site, because with width breaks the width on it’s parent. can you help me fix it?i added
/* Force NO-BREAK on Tabs */
@media only screen and (max-width: 767px) {
.eael-advance-tabs .eael-tabs-nav > ul {
flex-wrap: nowrap;
}
}and it appears like this
could someone help me with this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Advanced Tabs Mobile’ is closed to new replies.