How to put your logo and top header together

Posted in: Newspaper
Post count: 2

Hello,

I want to be able to do something like this:

https://s21.postimg.org/qa5a7w19z/Screen_Shot_2016_11_09_at_16_17_06.png

and have the white space above it gone

is this possible if not any alternative suggestions?

Post count: 22421

Hello,

The image shows a big grid element you can add on your site in visual composer. You can find the element in the visual composer elements list when editing a page. It is called big grid 1: http://demo.tagdiv.com/newspaper/big-grid-1/
As for the spacing above it, you can use this css to remove it:

.home .td-main-page-wrap{
padding-top:0!important;
}

Add the code in the theme panel->custom css box

Thank you!

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