Hi.
I am using the tab section with images. There are 7 tabs and the last one is wrapping on mobile.
Any ideas why this is happening and how to fix?
Thanks!
Hey epkdesign,
That is intended behavior, so they can fit for the mobile screens. There is not something wrong.
Best regards,
Basilis
Hi Basilis,
I appreciate your response but please take a second look with my screen shots. I don’t believe this stacking/wrapping is the intended behavior.
I’ve included how your example page looks as well, which has several more tabs than my section does.
https://drive.google.com/file/d/1Oq1n5_oOeU63_eXK28g18LbI2MMOjbX7/view?usp=sharing
https://drive.google.com/file/d/1MQbB4jAESZHuSrs-puEljU5s3iDPdOAb/view?usp=sharing
Thanks for taking another look.
Ellen
Hi,
Thanks for the update. This css code should help:
@media only screen and (max-width: 989px) {
.av-tab-section-tab-title-container {
min-width: 920px !important;
}
}
Best regards,
Ismael
Thank you Ismael! That helped!! :)
Hi epkdesign,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria