Support Team
posted this
28 November 2014
Hello
All rows are located inside the Sheet which is currently 1000px wide. You can't make something inside Sheet to be full page width.
The other possible solution is to create additional container outside the Sheet (above or below) after the exporting.
I've found that my solution is not ok for other pages. So I've changed it a little:
set ID for the chosen rows as mentioned in the previous reply.
add the following code:
.home .kmoweb-sheet { width: 100%; }
.home article .kmoweb-content-layout { width: 1000px; margin: 0 auto; }
.home #row1, .home #row2 { width: 100%; }
.home #row1 .kmoweb-content-layout-row { display: block; width: 1000px; margin: 0 auto; }
This code will affect the home page only.
You will see the result after the exporting only.
Please keep us posted about the progress.
Thank you,
Olivia
Hello
All rows are located inside the Sheet which is currently 1000px wide. You can't make something inside Sheet to be full page width.
The other possible solution is to create additional container outside the Sheet (above or below) after the exporting.
I've found that my solution is not ok for other pages. So I've changed it a little:
1. set ID for the chosen rows as mentioned in the previous reply.
2. add the following code:
<pre>
.home .kmoweb-sheet { width: 100%; }
.home article .kmoweb-content-layout { width: 1000px; margin: 0 auto; }
.home #row1, .home #row2 { width: 100%; }
.home #row1 .kmoweb-content-layout-row { display: block; width: 1000px; margin: 0 auto; }
</pre>
This code will affect the home page only.
You will see the result after the exporting only.
Please keep us posted about the progress.
Thank you,
Olivia