• Closed
  • Camilla Carboni
    Spectator
    August 5, 2015 at 5:32 am #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
    August 5, 2015 at 9:06 am #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
    August 5, 2015 at 2:13 pm #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
    August 5, 2015 at 4:32 pm #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
    August 5, 2015 at 10:16 pm #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
    August 6, 2015 at 7:38 am #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
    August 6, 2015 at 1:46 pm #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