How To Increase The Width Of My Template?
I am thinking to increase the width of my template. Website: laptopsisland.com Here is the css code for site width. /**************** MAIN WIDTH *********************/ .wrapper { p
Solution 1:
The width of your site is currently constrained by these specifications:
.boxed-layout.bg-shadow { max-width: 1023px; }
.boxed-layout.wrapper { width: 1000px; }
If you increase those, your site will get wider.
Post a Comment for "How To Increase The Width Of My Template?"