Hello I am wondering How to Extend the Width of the WP Theme Simplex. Please If you help, give detailed instructions, I am a Noob at code. I am trying to extend the width of both the Main Content and the Sidebar.
thanks alot guys and gals!
Hello I am wondering How to Extend the Width of the WP Theme Simplex. Please If you help, give detailed instructions, I am a Noob at code. I am trying to extend the width of both the Main Content and the Sidebar.
thanks alot guys and gals!
Its Been 2 Hours... Anyone please help....
Please Anyone?!
Post the link so we can see the code. Go into the code editor, and go to the style sheet. First check if their is a margin set. It would look something like this;
body {margin-right:10%;margin-left:10%}
If you do not see any margins set, then you can set a min-width. To do this, at the top of the stylesheet type
min-width:1000px and you can pick any number you choose depending on how wide you want the page to be.
This topic has been closed to new replies.