Unwanted Space on Boxed layout

Posted in: Newspaper
Post count: 9

When setting Background Click ad, the site changes to boxed version. Actually there is some space issue when this is happening, please see the screenshot: https://i.gyazo.com/5419ebd853f6b54531e0a832e5e0ddb1.jpg

Is there a way to remove the space ?

Kind regards

Post count: 22421

Hello,

You can reduce the outer wrap width by using this code:
.td-boxed-layout .td-container-wrap{
width:1080px;
}
You can add the code in the theme panel-> custom css box

Thank you!

Post count: 9

Thanks for answer Bogdan, however 1100px looks better, otherwise there is nearly no space left which looks not good.

However the boxed layout makes problem on ipad layout and phones, it adds white space for the top which doesnt look good. Please take a look:

Normal layout:
Normal layout

Boxed layout with unwanted white space:

There should be an option to only activate the boxed layout on Desktop view 1141px+, this should fix most of the problems the boxed layout will bring to smaller sizes, as the boxed layout is mostly useless for smaller views anyways.

Kind regards

Post count: 22421

Hello,

If you do not like the 1100px width, you can change it any time in the code I provided. It was just an example.
You can use the advanced css section where you can add the code in a specific screen size to affect only desktop or only tablets. And change the pixels as needed. https://www.screencast.com/t/xfsaL0DSgP8
Unfortunately there is no way of removing the boxed layout for a specific viewport.

Tank you!

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