Remov big white space under the main menu with "HOME" and "Home>Home" breadcrumb

Posted in: Newsmag
Post count: 1

Hi there,
I would like to hide the big white space under the main menu with “HOME” and “Home>Home” breadcrumb.

How can I not to show the white gap between the main menu and (news sticker + Big Grid).

https://napost.com/

Post count: 23312

Hello NApost000,

If you want to decrease that margin-bottom, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-page-title {
margin: 1px 0 10px 0;
}

Thanks for the message!

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