Operation Manual

Table Of Contents
173
Layout and design
Last updated 11/30/2015
For example, your website is going to be viewed on desktops, tablets, and mobile phones. You can use fluid grid layouts
to specify layouts for each of these devices. Depending on whether the website is displayed on a desktop, tablet, or
mobile phone, the corresponding layout is used to display the website.
More info: Adaptive Layout versus Responsive Layout
Note: Inspect mode is not available for Fluid Grid Layout documents.
More Help topics
Create media queries
Using fluid grid layouts
Watch this video tutorial to learn how to use fluid grid layouts: Exploring fluid grid layouts.
Create a fluid grid layout
1 Select File > Fluid Grid (legacy).
2 The default value for the number of columns in the grid is displayed in the center of the media type. To customize
the number of columns for a device, edit the value as required.
3 To set the width of a page as compared to the screen size, set the value in percentage.
4 You can additionally change the gutter width. The gutter is the space between two columns.
5 Specify the CSS options for the page.
When you click Create, you are asked to specify a CSS file. You can do one of the following:
Create a new CSS file.
Open an existing CSS file.
Specify the CSS file being opened as a Fluid Grid CSS file.
The Fluid Grid for mobile phones is displayed by default. Also, the Insert panel for Fluid Grid is displayed. Use the
options in the Insert panel to create your layout.
To switch to designing the layout for other devices, click the corresponding icon in the options below the Design
view.
6 Save the file. When you save the HTML file, you are prompted to save the dependent files such as boilerplate.css and
respond.min.js to a location on your computer. Specify a location, and click Copy.
The boilerplate.css is based on the HTML5 boilerplate. It is a set of CSS styles that ensures consistency in the way
your web page is rendered across multiple devices. respond.min.js is a JavaScript library that helps provide support
for media queries in older versions of browser.
Edit fluid grid documents
You can edit fluid grid documents directly in Live View to:
Associate HTML classes and IDs to elements. For more information, see Element Display .
Edit image attributes and text. For more information, see Quick Property Inspector and Edit text in Live View .
Insert new elements. For more informaiton, see Insert fluid grid elements.