Categories

liquid layout

Vicki Hayes December 11, 2015
No votes yet.
Please wait...

Liquid layout is a method of CSS layout that defines all widths in percentages, so the areas of the page will grow/shrink when the viewport (browser window) is resized. It expands to fill the entire available area as the browser window is resized.

liquid_layout_img1

They’re very useful if trying to create a site that will fit both large and small screens. They’re a little more difficult to work with than fixed layouts, because you’re relinquishing some level control over how everything fits in the page, and you have to pay very close attention to your content, to make sure it doesn’t fall apart aesthetically on resize.

liquid_layout_img2
Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.