Home Forums WordPress Themes – Premium Preference Remove Header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14862
    Belinda Doyle
    Participant

    I do not want to use the header function, I have set the header to none in customisation however on every page there is a gap between my navigation and where the content starts. Is there a way I can minimise the size of this gap in the style sheet?

    #19426
    Sushil Adhikari
    Moderator

    Probably best to post a link to your site so I Can see what gap you are referring to?

    #19427
    Belinda Doyle
    Participant

    Hi again, here is the site http://www.shethehouseofbeauty.com.au see the large gap between the bottom of the navigation and the start of the animated images I have. This gap is on every page.

    #19428
    Sushil Adhikari
    Moderator

    You have some containers that can be removed and because you are using a child theme, this makes it easier.

    First, the screenshot shows the Showcase Shadow container which takes up some space. My guess is that you don’t want that so that will reduce the spacing.

    Then, you may want to make the top padding of the #main-content container as 0, as you can see below, the style.css has it at 25px:

    #main-content {
    min-height: 120px;
    padding: 25px 15px;
    /* border-bottom: 1px solid #8FAEB8; */
    }

    I’m working on a new update for the theme and just noticed I have a double #main-content container (should just be one) which is doubling that padding I just noted. I will fix this in the update.
    Untitled-1.jpg

    Attachments:
    You must be logged in to view attached files.
    #14863
    Belinda Doyle
    Participant

    Thanks so much, just by reducing the content padding has made a big difference 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.