Hi, I would need a CSS Code for a smaller spacing of the widgets in the mobile view. Image attached, thanks
Hi Soulshakin,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #footer .av_one_fourth {
margin-bottom: 0;
}
.responsive #top #wrap_all #footer .av_one_fourth .widget {
margin: 10px 0;
}
}
Best regards,
Nikko
Thanks, that is not what I meant. The distance between the widgets
Hi Soulshakin,
The screenshot looks like the footer widget.
Can you give us a link of the page shown in the screenshot? so we can give a better CSS code.
Best regards,
Nikko
Hi Nikko,
yes It’s the footer widget. I’ve sent you a temporary login.
Hi Soulshakin,
Thanks for giving us admin access.
I see, the code wasn’t working because there were three columns in the footer and not four which is the default.
I have added this code in your Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #footer .av_one_third {
margin-bottom: 0;
}
.responsive #top #wrap_all #footer .av_one_third .widget {
margin: 10px 0;
}
}
Please review your site.
Best regards,
Nikko
Thanks, it works. You can close the thread. Cheers
Hi,
Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard