Jump to content

Width of the right and left column.


Recommended Posts

Width is operated by bootstrap code and is controlled by percentage.

 

You can change it in yourtheme/layout.tpl

 

Find this code:

{if isset($HOOK_LEFT_COLUMN) && $HOOK_LEFT_COLUMN|trim && !$hide_left_column}{$left_column_size=3}{/if}
{if isset($HOOK_RIGHT_COLUMN) && $HOOK_RIGHT_COLUMN|trim && !$hide_right_column}{$right_column_size=3}{/if}

If you want it wider set column size to 4

But probably you want it narrower so set it to 2

 

Center column will automatically adapt it's width.

Link to comment
Share on other sites

Width is operated by bootstrap code and is controlled by percentage.

 

You can change it in yourtheme/layout.tpl

 

Find this code:

{if isset($HOOK_LEFT_COLUMN) && $HOOK_LEFT_COLUMN|trim && !$hide_left_column}{$left_column_size=3}{/if}
{if isset($HOOK_RIGHT_COLUMN) && $HOOK_RIGHT_COLUMN|trim && !$hide_right_column}{$right_column_size=3}{/if}

If you want it wider set column size to 4

But probably you want it narrower so set it to 2

 

Center column will automatically adapt it's width.

merci beaucoup cela fonctionne

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...