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

    The footer height on mobile is huge, anyway to reduce that?

    #753393

    Can you post a link to your site? If you have multiple widgets the spacing can get to be a bit excessive. You should be able to alter the spacing by using CSS targeted as different resolutions.

    #754022

    added in private area

    #754223

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #footer {
        padding: 0 !important;
    }
    }

    Best regards,
    Rikard

    #754632

    all good, thank you

    #755512

    Hi,

    Glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer height on mobile’ is closed to new replies.