Edit size of page wrapper, Artic theme
Go to theme/arctic/style/
and edit the pagelayout.css
#page-wrapper { width:97%; padding: 5px; margin: 1% auto; background-color: #fff;}
where width is the width of the page(vertically)
and with margin we can manage page size horizontally.
and edit the pagelayout.css
#page-wrapper { width:97%; padding: 5px; margin: 1% auto; background-color: #fff;}
where width is the width of the page(vertically)
and with margin we can manage page size horizontally.
Comments
Post a Comment