Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47959
    Scott
    Member

    Hello,

    I was looking for a way to reduce the amount of padding above and below the content on the main page area. The site address is fennelbsolutions.com . Any assistance would be greatly appreciated and thank you in advance for your help.

    Scott

    #48016
    Sakin
    Keymaster

    @Scott: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box. You can further reduce the margin bottom as per your need.

    .home .site-content .hentry {
        margin-bottom: 20px;
    }

    Note: I see that you have empty <p></p> tag in your homepage post. That is also taking spaces. So, go to text mode in your editor and remove that.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adjusting Padding on Main Page’ is closed to new replies.