Boxed version – change white space on left and right side

Posted in: Newspaper
Post count: 41

Hi,

How to extend blank/white space in boxed version? How I do on this screenshots:
http://prntscr.com/928cqu

Cheers

Post count: 22421

Hello,

You can use this custom css to increase the white space sitewide:

@media (min-width: 1180px){
.td-boxed-layout #td-outer-wrap {
width: 1330px!important;
}
}

This code will only add more white space without affecting the elements.
If you plan on making the elements wider as well, then keep in mind that the theme was created with a column layout. Every width modification you do to the main container will affect all the other elements and you will have to adjust these as well.
I hope this helps.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.