Hide Gap Between Top Navigation bar and Browser

Posted in: Newspaper
Post count: 28

Hello,

Could you show me how to hide this gap between the browser and website. The footer is ok.
https://www.dropbox.com/s/33dlr1rtsnmkfsx/gap.jpg?dl=0

Thanks
Neevin

Post count: 3

Open the CSS tab of the first block inserted in the page and play with the numbers (pixels if I am correct) – you should be able to move the block as you please.

Post count: 28

I didn’t understand that Tangelus. How do I do that

Post count: 23312

Hello neevin2017,

Please provide your website URL so I can identify this gap and also, so I will be able to provide a more accurate response/code.

Thanks for your understanding!

Post count: 28

Sorry, I should have. Here it is: https://www.skincare-anti-aging.com/

Thanks
Neevin

Post count: 23312

Hello neevin2017,

You souhld try using the code below and place it in Theme panel -> Custom CSS area.

.td-recipes.td-boxed-layout #td-outer-wrap{
margin-top:0;
}

Thanks for your understanding!

Post count: 28

Hello Catalin,

No sir it’s still with the gap. I places the code inside custom CSS.

Post count: 23312

Hello neevin2017,

Try to add the important tag in front of value, like below ->

.td-recipes.td-boxed-layout #td-outer-wrap{
margin-top:0!important;
}

Thanks for the message!

Post count: 28

Ok, it’s done. Thanks Catalin.

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