Tagged: responsive, tabs
Hi there,
we are using tab-sections and they are not responsive. The text is much wider than the device itself.
Screenshot: https://imgur.com/a/euRMZwL
One of our sites for example: https://mainfilm.tv/leistungen-frankfurt/aftermovie-frankfurt/eventfilm-frankfurt/
We dont use any custom CSS. Do you can help us with this problem.
WordPress: 5.0.3
Envato: 4.5.4
Best Regards
Hey Mainfilmtv,
Can you disable caching and minification for now?
Best regards,
Victoria
Hey Victoria,
caching and minification is now disabled.
best regards
patrick
Hi Mainfilmtv,
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
.av-layout-tab-inner .container {
max-width: 100vw;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, but its not working. The css-rule seems to be overriden from another:
Hi,
Please try this instead:
.av-layout-tab-inner .container {
max-width: 100vw !important;
}
Best regards,
Rikard
Now we have this mistake here: https://ibb.co/9qNksDW
On the homepage, tabs:
WERBEFILM
MEDIASERVICES
Hi Mainfilmtv,
Can you disable caching and minification for now?
Best regards,
Victoria