Hi,
please, I need some help to fix the horizontal scroll of the section tab on mobile view
https://ibb.co/tqghgJz
Why the view os the label is two different raw. It should be in this way:
https://ibb.co/fFYN7vr
Thank you,
federica
Could I have any feedback, please?
Thank you
Hi federica_alice,
We apologize for the delayed response, can you try adding this CSS code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.home .av-tab-section-tab-title-container .av-section-tab-title {
max-width: 24%;
padding-left: 5px !important;
padding-right: 5px !important;
}
}
Best regards,
Nikko
Hello Nikko,
it doesn’t work :(
Hi federica_alice,
Do you have a caching plugin? if yes please flush out the cache.
If that doesn’t help, please disable temporarily CSS file merging and compression in Enfold > Performance then check.
Hope it helps.
Best regards,
Nikko