• Google Search Console Mobile Friendly told me……..

    ‘Clickable elements too close together’.

    Someone told me that my footer is too close to the main content.

    How can I make more of a gap?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Topher

    (@topher1kenobe)

    When you’re logged in and looking at your homepage, there’ll be a Customize button in the black bar at the top. Click that. Once the window on the left is open, click the CSS tab at the bottom of it.

    In the text field that appears, put this in:

    .entry-content {
        padding-bottom: 100px;
    }

    Before saving, look at the footer of the site and see it working. Once it’s working, click the Publish link at the top, and then you can click the X in the top left corner to close it.

    Thread Starter jedicolin

    (@jedicolin)

    Thank you, it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clickable elements too close together’ is closed to new replies.