On my site I’m using Tab Section Elements. On mobile device the tab section isn’t shown properly (not responsive). How can I solve this problem?
Hey lorenagerlach,
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:990px){
.responsive #top .container .av-content-small,
.responsive #top #wrap_all .flex_column,
.responsive #top #wrap_all .av-flex-cells .no_margin {
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
}
If you need further assistance please let us know.
Best regards,
Victoria