I'm using the Ad_Novus fluid version, with no right sidebar. But the content area doesn't seem fluid. It's cutting off content on the right side, even in the admin menus, it's not resizing based on the content or the browser window. It's acting like there's right sidebar content, but there isn't. I'm using Firefox 3.5.1. Any ideas?

Comments

Dragolin’s picture

I had the same problem, I fixed it by replacing the css by the zen triple column css code, works like a charm now. My code looks like this:

 #main-inner, .no-sidebars #main-inner
  {
    margin: 0;
    padding: 0;
  }

  .sidebar-left #main-inner
  {
    padding-left: 235px; /* The width + left margin of #sidebar-left. */
    padding-right: 0;
  }

  .sidebar-right #main-inner
  {
    padding-left: 0;
    padding-right: 265px; /* The width + right margin of #sidebar-right. */
  }

  .two-sidebars #main-inner
  {
    padding-left: 235px; /* The width + left margin of #sidebar-left. */
    padding-right: 265px; /* The width + right margin of #sidebar-right. */
  }
Steel Rat’s picture

Thanks Dragolin.

I've moved on to a different theme for that site, now. Too bad the owner of the theme didn't chime in after almost 2 months.

Alan Cooney’s picture

Status: Active » Fixed

Fixed in CVS version, moving to stable for vs6.x-1.6

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.