Hi
Full with tabs on all portfolio pages only shows partly on small screens. How to fix?
Best regards, Ditte
Following because I have the same problem – four tabs full width, but only the first three show up on small screens.
Hi,
Please create a different ticket and provide with backend details.
Best regards,
Basilis
Hi Basilis
My back end details are in the post, I assume you wrote it to the other person. How to fix the issue?
Best regards, Ditte
Hi Ditte,
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) {
.av-tab-content-auto .av-layout-tab-inner {
width: 100vw;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
It works perfectly now. Thanks so much :-) Please close this.
Best regards, Ditte