Hello everyone
I have here link below
inserted two widgets in the footer
Would it be possible that these are displayed below each other on mobile ?
thanks
kind regards
Francis
Hey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#footer .av_one_half {
width: 100%;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you very much Mike
almost perfect
you could still set that both are left-aligned
the distance between the top and bottom is smaller
thanks
kind regards
Franz
Hi,
Try this instead:
@media only screen and (max-width: 767px) {
#footer .av_one_half,
#footer #text-3,
#footer #custom_html-2 {
width: 100%;
margin: 0;
text-align: center;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Many thanks Mike
now it fits great
you can close this ticket
kind regards
Franz