• Resolved stoent

    (@stoent)


    Hello! Iam trying to change the space between footer and the content on pages. How can I do this? I think is lite to much space there for me. Thx!

Viewing 1 replies (of 1 total)
  • Theme Author Prateek Saxena

    (@prtksxna)

    Hey @stoent ???? Thanks for trying out Zuari. I am sorry for such a late reply!

    There are two ways you can reduce the space between the content and the footer.

    1. Reduce the space between the posts in general. You can do this using:

    .content {
    	margin-bottom: 10vh;
    }
    

    2. Move only the footer and navigation up:

    .posts-navigation {
    	margin-top: -100px
    }
    

    Let me know if this solves your problem.

    Note: You’ll need to add this CSS in the Additional CSS section in the Customizer.

    • This reply was modified 5 years ago by Prateek Saxena. Reason: Formatting changes
Viewing 1 replies (of 1 total)
  • The topic ‘Change the space between footer and page content’ is closed to new replies.