Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13708
    Craig
    Member

    Hi, great theme! I just wondered how you reduce the space above the featured content on the homepage but below the heading section. I’ve added this already: `#homepage-message {
    margin-bottom: 10px;
    }`
    which has reduced it in size but I’d like to drop it further if possible. Thanks for your help!

    #13729
    Sakin
    Keymaster

    @Craig: Always post your site URL so that it’s easier for me to check and send you the correct css.

    You can reduce the margin and padding as per your need. So, I have added the following css in which you can adjust the margin and padding. Then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Margin above Homepage Headlines Box */
    #homepage-message { margin-top: 50px; }
    /* Padding above Featured Content Box */
    .home #main { padding-top: 50px; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing space above Featured Content’ is closed to new replies.