Boxed layout custom width

4 replies · opened Apr 19, 2017

Aalexo101Apr 19, 2017

Hello, i know that removing the .stretched class from the body tag I can get the boxed layout but I don't know how to reduce more the width of the page of the boxed layout...I would like to reduce it more without loosing the allignment of the elements...thank you

SSemicolon WebSTAFFApr 23, 2017

Hello,

Please consider using the following CSS:

body:not(.stretched) #wrapper { width: 1220px; }

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Aalexo101May 16, 2017

THANK YOU, BUT IT SEEMS NOT COMPATIBLE WITH BOOTSTRAP STRUCTURE, THE MENU, THE FOOTER AND OTHER ELEMETS (TAB SECTION) ARE CUT OFF. IS THERE A WAY TO MAKE IT MORE COMPATIBLE WITH BOOT STRAP? THANK YOU

Aalexo101May 16, 2017

YOU CAN SEE THE ACTUAL SITE (WITH 920PX) HERE : WWW.STUDIOAGOSTINI.INFO

SSemicolon WebSTAFFMay 23, 2017

Hello,

You will need to replace all occurrences of .container with .container-fluid in order to fix this.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Boxed layout custom width · Canvas Template Support