Layout question

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
davide
Posts: 11
Joined: Fri 18. Jun 2004, 08:02
Location: Novate (MI), Italy
Contact:

Layout question

Post by davide »

I would like to define a 100% width layout for my website.
Is it possible do that?
Ciao,
Davide.
Pappnase

Re: Layout question

Post by Pappnase »

davide wrote:I would like to define a 100% width layout for my website.
Is it possible do that?
Ciao,
Davide.
hello

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%; }
Post Reply