Hi,
I want to reduce the space between the tiles on mobile, see here: https://imgur.com/ILjik3T
Thanks!
Hey Nerohm,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av-layout-tab-inner .av_one_fourth {
margin-bottom:0;
}
}
Best regards,
Rikard
Hi Rikard,
I am afraid it didn’t work.
Best regards,
Nerohm
Hey!
Please try using following code
@media only screen and (max-width: 767px) {
.avia-tab-title-padding-large .av-outer-tab-title {
padding: 0;
}
.av-tab-arrow-container {
display: none;
}}
Regards,
Yigit
Perfect Yigit !
Thanks!