• 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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter themacfeed

    (@themacfeed)

    Its Been 2 Hours… Anyone please help….

    Thread Starter themacfeed

    (@themacfeed)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Extend Width of Theme: Simplex’ is closed to new replies.