Step 3 — Build page header
1. You will see three gray boxes, each representing header column, main section
column, and footer column.
Note:
Make sure to turn on
Visual Indicator
from
View
menu. Turning on visual indicators will allow you to see empty boxes on the
canvas represented by gray color.
2. Select the top gray box and open measurements palette.
3. Goto the
Flex
tab of the
Measurements
palette and change the width of the header column from 8.33% to 100%.
Note:
Though column width was mentioned 8.33% but still it was occupying 100% of its
parent width, it is because of the
Grow
property with value
1
defined for it
,
which allows an item to additionally acquire any vacant space in its parent.
6. Now with header column selected, press cmd+d (mac)/ctrl+d (windows) to
duplicate it. This will create another column below the selected column.
Try:
If you try to duplicate the header column without changing its width to 100%,
then the new column will appear side by side. You can undo the duplication and
width size change to try it yourself.
You can do multiple duplicates to create more columns and to remove them just
select the last column and start pressing delete
(
To remove components make sure you are in Item mode)
7. Now from the
Basic
tab of
Layouts Block
palette, drag
Text (Padded)
component into the first column. This component is a text box wrapped into
another container with some default padding.
8. Click the gray box (Text Box) of the component we have just dropped, and add
some content into it using the content tool. Let’s add “Spirit of Adventure” and apply some style on it.
9. Drag
Component 5
from the
Components
tab of
Layouts Block
palette into the second header column. This component has three different text
boxes with their padding. These three text boxes will act as menus for our page.
Try:
You can add more text boxes(menus) by selecting the parent padded box (
Padded Column)
of any of the text box and pressing cmd+d multiple time to duplicate the text
boxes.
As explained below, you can either directly select the parent padded column box
or can select it through the Layout Blocks’ breadcrumb control.