Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1300759

    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?

    #1300947

    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

    #1309979
    This reply has been marked as private.
    #1310230

    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

    #1310349

    It worked – thanks!

    #1310458

    Hi nb2556,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with custom footer on mobile’ is closed to new replies.