Space Between Main Menu and Content

Posted in: Newspaper
Post count: 63

I am struggling to find a solution to what I thought would be an easy fix.

I want to remove the white space and the gradient shading between the main menu and the initial site content.. http://www.inspireorb.com/become-your-inner-potential/

How do I do this?

Post count: 20688

Hi,

I can give you a code to remove the padding of the page and also the shadow, but I don’t know if you want this for all the pages or just that particular page. This code is just for that page
https://www.screencast.com/t/pYpNJivb

.page-id-6247 .td-main-page-wrap {
padding-top: 0;
}
.page-id-6247 .td-header-gradient:before {
display: none;
}

The code must be entered in Theme panel->Custom CSS section.

Thanks

Post count: 63

Hi Simion…

Thanks for that, but I actually wanted it for all pages, I should have stated that in original post.

Thank – Rhys

Post count: 20688

Hi,

This code is general it works on all the pages, removing the padding top and header menu shadow

.td-main-page-wrap {
padding-top: 0;
}
.td-header-gradient:before {
display: none;
}

The padding removal will work on normal pages, posts and categories have different elements. Let me know if you would like to chnage something about those as well, and I will try to give you a solution.

Thanks

Post count: 63

Thanks Simion, but that should be fine, removing the shading is enough for the post and category pages.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.