The Tab Section looks fine on computer screens but it just doesn’t work on mobile devices… it doesn’t shrink and it’s not usefull.
Any CSS code to fix it?
My Enfold theme it’s updated.
Hey andoni34,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
Here you have
Hi andoni34,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Yes of course… as you see the Tab section doesn’t show completely. You can only see one of them comnpletely and there are 4 more to the right. I just can’t reach them.
http://www.arbroconsulting.com/screen/IMG_6848.PNG
http://www.arbroconsulting.com/screen/IMG_6847.PNG
The accordion slider works fine.
Hi andoni34,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
#top .av-tab-section-outer-container .av-section-tab-title {
padding: 10px 10px 0px 10px;
width: 177px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria