• I was wondering if somebody can help me with this.

    I have added a MetaSlider to my landing-page but there’s a small gap between the menu and the slider.

    Photo 1

    I think this is caused by the fact that this space is meant for the “Title” of the page. But I left this blank.

    Photo 2

    Is there a way to decrease the height of this space which is meant for the “Title”. So that the images of the slider are closer to the menu on the landing-page?

    • This topic was modified 5 years, 10 months ago by Appelmoes.
    • This topic was modified 5 years, 10 months ago by Appelmoes.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @appelmoes

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .page-header h1.entry-title {
        margin: 0;
        text-align: center;
    }

    To do that, go to footer.php and enter the following script code:

    <script>
    jQuery(document).ready(function(){
    	jQuery(".page-header h1.entry-title").append("Titel toevoegen");
    });
    </script>

    Thanx.

    Thread Starter Appelmoes

    (@appelmoes)

    Hello Snehal,

    Thanks for your quick reply, but I think you misunderstood me (or I was not clear enough).

    When I make the changes you suggest, I DO get an extra space between the menu and the slider (which says: “Add Title”.

    But the point I was trying to make was just to DO NOT have this. If you go to my site: https://www.landerdfotografie.nl you see two lightgrey horizontal lines between the menu-bar and the photo-slider. I think this is space which is dedicated for a ‘Page Title’. But as I want the photographs closer to the menu-bar I want to get rid of those two grey horizontal lines so the image-slider goes up a little bit.

    Try going to Theme Options> Home Slider, and set it to None.

    If that doesn’t work, you should be able to hide the lines with this CSS:

    div#homeheader {
        display: none;
    } 

    Let me know if that works for you.

    -Kevin

    Thread Starter Appelmoes

    (@appelmoes)

    Hello Kevin,

    Works 100%. Thank you very very much for your time and help. Much appreciated.

    No problem!

    -Kevin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Make “Title”-space smaller’ is closed to new replies.