• Closed
  • Camilla Carboni
    Spectator
    05.08.2015 at 05:32 #19649

    Hello,

    Is there a way to remove the white space between the bottom of the Menu Bar and the first text/image added in a Page?

    I’ve elected to Hide the page Title from showing, so the space has lessened, but I’m hoping to have an image at the top of the page as close as possible (preferably touching) the bottom of the menu bar.

    Thanks for your help,
    Camilla

    Denzel Chia
    Moderator
    Posts: 2656
    05.08.2015 at 09:06 #19653

    Hi,

    Please post your website url. We will see if we can come up with a solution for you.

    Thanks!

    Camilla Carboni
    Spectator
    Posts: 6
    05.08.2015 at 14:13 #19667

    Hi Denzel,

    Thanks so much!

    I create a Test Page in trying to figure this out – the URL is camillacarboni.com/test

    Thanks again,
    Camilla

    Imran
    Spectator
    Posts: 402
    05.08.2015 at 16:32 #19676

    Hi Camilla,

    Thanks for writing in! if you wish to achieve something like this: http://prntscr.com/8150mz, so you can add the following code under Appearance > Theme Options > Custom Css:

    .content {
    padding-top: 0px !important;
    }

    .entry-content.article {
    margin: 0 !important;
    }

    .entry-content.article p {
    margin: 0 !important;
    }

    .entry-content img {
    padding-top: 0 !important;
    margin-top: 0 !important;
    }

    Hope this helps!

    Thanks.

    Camilla Carboni
    Spectator
    Posts: 6
    05.08.2015 at 22:16 #19707

    Thanks Imran,

    That code lifted the image a bit closer to the menu bar, but not all the way. If you have any other ideas please let me know.

    Thanks for your help,
    Camilla

    Denzel Chia
    Moderator
    Posts: 2656
    06.08.2015 at 07:38 #19733

    Hi,

    Please try the following in your Theme Options -> Custom CSS

    .entry-content {
    position: relative;
    top: -30px;
    }

    For example, increasing the -30px to – 33px will move the content closer to your menu.

    Thanks!
    Denzel

    Steve Appleyard
    Spectator
    Posts: 13
    06.08.2015 at 13:46 #19751

    Hi Camilla

    Have you set ‘Page Title Bar’ to Hide ?

    At the bottom of the Edit Page window:

    Page title bar options

    Page Title Bar

    Steve