• Resolved cwoodall21

    (@cwoodall21)


    Can anyone help me to change this page’s page width?
    I have the page set without the sidebar, What can I do to increase the width just for added pages without effecting the width of the main page and forcing the sidebar on it to the bottom?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want the no-sidebar template to use the full width then you can add in the following css in the Custom CSS box in Theme Options under Appearance Tab in your WordPress Dashboard:

    .no-sidebar div.col8, .error404 div.col8 {
    width: 978px;
    }

    Thread Starter cwoodall21

    (@cwoodall21)

    Worked, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple Catch – Change Page Width?’ is closed to new replies.