Tagged: footer
Hi,
We’re using a page template custom footer on the website. The problem is the columns in the footer don’t stack on mobile. I can’t figure out what I’m doing wrong. I tried the widget based footer and had the same problem.
Is there some CSS I can add to fix the problem?
Hi Nancy,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
Thanks for that. I’m getting a 403 error on the login page though, are you blocking some country IP ranges maybe?
Forbidden
You don’t have permission to access this resource.
If you are not applying this yourself, then please reach out to your hosting provider to check what countries are allowed to access your login page.
Please try this in Quick CSS, to see if it helps with your problem:
@media only screen and (max-width: 767px) {
#footer-page .av_one_third {
margin-left: 0;
width: 100%;
}
}
Best regards,
Rikard
It worked – thanks!
Hi nb2556,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko