[Resolved] Footer Padding on Mobile issue?

Home Forums Support [Resolved] Footer Padding on Mobile issue?

Home Forums Support Footer Padding on Mobile issue?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #348084
    Mark

    Hi Tom,

    Still smashing out website with GeneratePress! again Thank You!

    Having a issue with the theme after updating to latest version.

    Check out http://www.bushirecork.ie and re-size your browser to mobile size. Scroll to the bottom and the padding within the footer doesnt change like the rest of the site.

    Any ideas?
    Thanks
    Mark

    #348252
    Tom
    Lead Developer
    Lead Developer

    Ah yea, the footer needs some mobile spacing options.

    For now, give this a shot:

    @media (max-width: 768px) {
        .footer-widgets {
            padding: 30px;
        }
    }
    #348634
    Mark

    Cheers Tom,

    That worked fine.

    Thanks
    Mark

    #348890
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.