I would like to define a 100% width layout for my website.
Is it possible do that?
Ciao,
Davide.
Layout question
Re: Layout question
hellodavide wrote:I would like to define a 100% width layout for my website.
Is it possible do that?
Ciao,
Davide.
yes for sure you can! goto to the layout and write in the field All Blocks width 100%.
if you wanna have also set the width to 100% create a class in the css and place the class e.g. tableheight in the class field of all blocks.
Code: Select all
.tableheight { height: 100%; }