Reduce space around Header and page frame size while using boxed layout?

Posted in: Newspaper
Post count: 4

Hi, congratulations on a wonderful theme. I am using boxed layout with background ad and it works well. The frame around the header and edges of the page takes up too much space as shown in the linked picture.

Web Frame Spaces Too Large

Is it possible to reduce the frame to a bare minimum – can´t find the settings so please advise.

Best regards,
Editor at http://www.topp5.is

Post count: 20688

Hi,

I could give you a code to remove the top padding below the main menu, and some of the container width, but this is highly not recommended. The theme width is predefined with or without background. This is meant to ensure that the page elements always display as intended.
The code you can experiment with would be like this
https://www.screencast.com/t/n23fT520z
https://www.screencast.com/t/fkHjIsJdq

.home .td-main-page-wrap {
padding-top:24px;
}
.td-boxed-layout .td-container-wrap {
width: 1116px;
}
.home .td-main-content-wrap {
padding-bottom: 24px;
}

Enter it in Theme panel->Custom Code->Advanced CSS in the desktop section, and check if everything works and displays properly.

Thanks

Post count: 4

Hi, it worked like a charm. Thank you very much for your help.
Best,
Agust

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