Home Forums Pro Themes Education Hub Pro Reduce space between navigation menu and web pages

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #9573
    mckormack@gmail.com
    Participant

    Hi,
    I would like to reduce the (blank) space between the top navigation menu and the actual pages where content appears. I know this space is used to show the page title, but I have actually commented this out in content-page.php. Therefore, the resulting blank space is of no use to me. The idea is to eliminate this blank space so that either content or sliders are pulled up and show better on the pages without the need to scroll down too much.
    Hope this is clear enough for you guys.
    Your theme rocks!
    Tks,
    Ross

    #9576
    wensolutions
    Keymaster

    If possible, it would be quite easier for us to specifically debug this issue if you can post in your site URL here.

    #9577
    mckormack@gmail.com
    Participant

    OK. Site is offline due to restyling. However I have temporarily put it online so that you may take a look at what I am trying to achieve (get rid of white space between navigation menu and slider on homepage).
    Here is the URL
    http://www.rivendellinternational.it/

    #9585
    wensolutions
    Keymaster

    Hello,

    Please try and add the following custom css to

    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options.

    .site-content {
        margin-top: -90px;
    }

    and adjust the margin-top value accordingly.
    I hope this will solve your issue.
    Best regards.

    #9587
    mckormack@gmail.com
    Participant

    I worked great!

    #9595
    mckormack@gmail.com
    Participant

    The only snag is that there is a slight different space between the homepage and all the other pages. You can see this by looking at the right sidebar of homepage and of other pages. Any hints to correct this?
    Appreciate it
    Ross

    #9611
    wensolutions
    Keymaster

    Hello,

    Please try and add the following custom css to

    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options.

    body:not(.home) #sidebar-primary {
        margin-top: 30px;
    }

    and adjust the margin-top value accordingly.
    I hope this will solve your issue.
    Best regards.

    #18519
    mleamons
    Participant

    Hello!
    This answered one of my questions, but is there a way to make the spacing only apply to the home Page? This code makes the page/post titles and breadcrumbs overlap.
    Thank you in advance!

    #18566
    wensolutions
    Keymaster

    Hello @mleamons

    Can you please explain your issue in more details.
    May be posting your issue creating new topic would be much better.
    And let us know which CSS you copied along with the site URL.

    Hope you understand.

    Best Regards!!!

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