• Hi,

    If I decrease the fontsize in my browser to get more info on the screen I get blanks on the left and right side. Would be nice that the sidebars go more to the outer sides of the screen so that the middle main content column gets wider. I’m trying to find out where to change some css but can’t find it.
    Any help would be appreciated.
    Thanx in advance.
    Dick

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Dikkie,

    Do you want the sidebar to go wider like this?:

    https://prntscr.com/h2phwt

    Thanks!

    Thread Starter DikkieDick

    (@dikkiedick)

    Nope. The sidebar should keep the same width, but I want the left side bar move more to the left to fill up the white space there, and the right one to the right, so getting the main middle column with the posts wider.

    Hi Dikkie,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width: 1324px !important;
    }
    
    #content.span6 {
      width: 690px;
    }

    Thanks!

    Thread Starter DikkieDick

    (@dikkiedick)

    Unfortunately that didn’t the trick when decreasing the font size in the browser still the left sidebar shows white space on the left and the right sidebar was underneath the main content.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Letting the sidebars stay on the outer left and right’ is closed to new replies.