Home
Features
Download
Pro Pricing
Documentation
Home
Shortcodes
Container
Container
Table of Contents
Add container (different max-width for various screen size)
Add container-fluid (100% width container)
Parameters (
[container]
)
Parameters (
[container-fluid]
)
Container and Row example with parameteres :
Add container (different max-width for various screen size)
#
Default
[container] [row] [column md="6"] ... [/column] [column md="6"] ... [/column] [/row [/container]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[container]
[row]
[column md="6"]
...
[/column]
[column md="6"]
...
[/column]
[/row
[/container]
Double click on code to see raw and then copy
Add container-fluid (100% width container)
#
Default
[container-fluid] [container] [row] [column md="6"] ... [/column] [column md="6"] ... [/column] [/row] [/container] [/container-fluid]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[container-fluid]
[container]
[row]
[column md="6"]
...
[/column]
[column md="6"]
...
[/column]
[/row]
[/container]
[/container-fluid]
Double click on code to see raw and then copy
Parameters ([crayon-60043df490060909303641-i/] )
#
Parameter
Description
Required
Values
Default
fluid
Is the container fluid? (see Bootstrap documentation for details)
optional
true, false
false
xclass
Any extra classes you want to add
optional
any text
none
data
Data attribute and value pairs separated by a comma.
optional
any text
none
Parameters ([crayon-60043df490061626232090-i/] )
#
Parameter
Description
Required
Values
Default
xclass
Any extra classes you want to add
optional
any text
none
data
Data attribute and value pairs separated by a comma. Pairs separated by pipe.
optional
any text
none
Container and Row example with parameteres :
#
Default
[container fluid="true"] [row xclass="flexia-container" data="some-data"] [column md="6"] ... [/column] [column md="6"] ... [/column] [/row] [/container]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[container fluid="true"]
[row xclass="flexia-container" data="some-data"]
[column md="6"]
...
[/column]
[column md="6"]
...
[/column]
[/row]
[/container]
Double click on code to see raw and then copy
Row
Powered by
BetterDocs