Tagged: footer
Hello –
My client really wants the footer on mobile to display 2 columns of content so initially, a 4 column footer would be displayed in 2 columns and all visible on one screen (mobile) without having to scroll down each column individually like it currently does? Any ideas?
Here is our site – https://ufcw5.org/
Here is the footer we want it to have it look like – https://www.ufcw.org/
Please see the difference on mobile :)
Thanks
Brian
Hi schwabino,
Please 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 {
width: 50%;
padding: 0 8px;
}
}
Best regards,
Nikko