Menu full 100% and without margin
Hello, how do I get menu in full width without margin
When I do
.one.column {width: 100%! Important;}
.columns {margin: 0px! Important;}
Then si is how I would like, but then is moved in the whole theme a lot ..
How can I do this only on menu column?
Thank you very much
When I do
.one.column {width: 100%! Important;}
.columns {margin: 0px! Important;}
Then si is how I would like, but then is moved in the whole theme a lot ..
How can I do this only on menu column?
Thank you very much
Comments
you can go to theme options>header&subheader>header and you can set it to be full width:
http://prntscr.com/flgo3t
thanks
But the margin is still there
#Top_bar .container .column {margin:0px!important;width:100% !important;}
Thank You !!
Either way it works