is it possible to make the the root div (container) 100% of the document?
here's my code:
<div class="container" style="width:100%;">
<div id="topbar" class="sixteen columns" style="background-color:green;">topbar topbar topbar topbar topbar topbar </div>
</div>
thanks
I know this question was asked ages ago but Skeleton has utility classes for this.
Basically add the .u-full-width
and .u-max-full-width
classes to any <div>
with class .container
.
Just make sure it's on the <div>
element with class .container
, as it doesn't seem to be meant for the <div>
elements with .row
or .column
classes.