• Closed
  • Christian Morger
    Spectator
    May 16, 2017 at 12:16 am #33700

    Hi,

    I am currently working on a site with the Evolve theme, and I can’t figure out how to remove the white space between the menu and the page. The funny thing is that it isn’t consistent through the entire site either, as the front page is different from every other page.

    Front page: http://itkontoret.no
    Example of a different page: http://itkontoret.no/digitale-tjenester/digital-radgivning/digital-strategi/

    How can I remove the white space between the top menu and the slider, in a way that the slider will stick to the menu for both pages?

    I have searched through the forum, and seen a few examples. However, none of the examples did the trick for me.

    Priyank
    Spectator
    Posts: 747
    May 16, 2017 at 10:38 am #33702

    Hello

    Please add below css code into Theme Options -> Custom css

    .page-id-704 .hentry .entry-content,
    .page-id-818 .hentry .entry-content {
    margin-top: 0;
    }
    .page-id-704 .content {
    padding-top: 0;
    }

    Thank you

    Christian Morger
    Spectator
    Posts: 1
    May 16, 2017 at 10:56 am #33704

    Thank you so much, Priyank!

    Priyank
    Spectator
    Posts: 747
    May 18, 2017 at 7:00 am #33731

    You are welcome.