Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #102029
    bennibeard
    Participant

    Quite new to all of this, but there is currently a space between the header (logo/navigation) and the content. I can’t seem to find where to reduce this space.

    Any help would be greatly appreciated.

    #102047
    Mahesh
    Keymaster

    @bennibeard: Please post in your site url.

    Regards,
    Mahesh

    #102079
    bennibeard
    Participant
    #102086
    Mahesh
    Keymaster

    @bennibeard: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-content {
        padding-top: 0;
    }
    
    .entry-content {
    	margin-top: 0;
    }

    In the content area, you have a blank <p> tag, please remove it and you’ll be good to go.

    Regards,
    Mahesh

    #102088
    bennibeard
    Participant

    Thank you so much!

    The only thing I can’t seem to locate is the blank <p> tag in the content area. I can see it in the page source, but I can’t find it within the CMS. Any ideas?

    #102093
    bennibeard
    Participant

    Please ignore the <p> tag issue. I have resolved it! Thank you again for your help!

    #102138
    Mahesh
    Keymaster

    @bennibeard: Thank you for your appreciation. I’m glad that you’ve resolved it. Have a nice day!

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Spacing Issue’ is closed to new replies.