Move homepage image higher up the page

Hello,

I want to change the design of the homepage on http://queensbridgeassociates.com/ so that the image is right below the menu. I will use the home page as a static page, not a blog. Right now I have that image as a blog post, however, I am struggling to get it high enough on the page.

I have hidden the title of the blog post but there is still too much white space at the top of the page. How can I cut down the space above the picture and below the nav bar, ideally so that the image is right below the grey line beneath the nav bar?

Also, I would like it if the nav bar contents didn’t include “Blog” as that is not how I am using the page. Is there a way to change this so that it has “Little house” > QA, where QA is the name of the page?

Thank you.

Hello Brigitte,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.home .entry-wrap {
    padding-top: 0;
}

.home .entry-featured {
    margin-top: 0;
}

I don’t see Navigation Bar having Blog menu item. However, if you would like to have menu item along with a drop down menu then the same can be done from Appearance > Menus. For more information, please take a look at following resource:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.