• Resolved lynwoodt

    (@lynwoodt)


    Hello,

    I tried some codes that were suggested on various postings but haven’t had any success get my page to change.

    What I’m trying to do is remove the space between the “My Store” button and the footer.

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @lynwoodt,

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .home #primary,
    .home #main,
    .home #main > article {
      margin-bottom: 5px;
    }

    Select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter lynwoodt

    (@lynwoodt)

    Hi Senff,

    Thanks for help. Your CSS code did the trick. Going to need to take some time to learn CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing space between content and footer’ is closed to new replies.