Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1056
    jadewbj
    Member

    When you set the layout to no sidebar there is something that is limiting the content width to around 640px instead of the 976 that the featured slider is.

    I looked to find it in the CSS and functions but I can’t seem to get it.

    #1063
    Sakin
    Keymaster

    Yes I understand this. When you choose the layout without Sidebar. It centers the width with 640px. If you don’t like this then add the following CSS in your “Custom CSS” box in Theme Options under Appearance Tab in WordPress Dashboard:

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Make the No Sidebar width bigger’ is closed to new replies.