(sorry double post, ignore post above, this one is more detailed)
Hello,
Add this in the customize section for additional css this will be for the main content, for the header and footer too
/
/*@media all and (min-width:1080px)*/
div.doc-main .container,
.navbar .container ,
div.footer .container,
header.jumbotron .container{
width: 1020px;
}
Change the width size according to your needs. The sidebar and main content are defined as percentages so they will adjust.
Hope this helps
-
This reply was modified 7 years, 10 months ago by Reiniepress.
-
This reply was modified 7 years, 10 months ago by Reiniepress.
-
This reply was modified 7 years, 10 months ago by Reiniepress.
-
This reply was modified 7 years, 10 months ago by Reiniepress.
-
This reply was modified 7 years, 10 months ago by Reiniepress.