
Originally Posted by
lat9
I'm trying to configure the Responsive Classic template to have only a left sidebox. I've got the layout settings set to
- Globally disable the right sidebox
- Set the left sidebox width to 175px
When I display a page, the following widths are shown using FireBug:
- #contentMainWrapper ... 1427
- .col175 ....................... 158 + 6 (margin)
- .col795 ....................... 7 (margin) + 1121
That's a total of 1292 being consumed by the content -- where did the other 135 pixels "go". I see an unwanted line of background color on the righthand side of the display.

Originally Posted by
lat9
It gets weirder. On the less-populated pages, I'm seeing my .col795 section's width is 653.
I'm not spending to much time explaining because frankly It's getting old (no offense) Cindy.
This was changed in 2.0 of the DIY Package
Code:
2.) 2.0 adds 98 new (px & %) column calculations.
3.) 2.0 adds side column width flexibility in (10px increments).
4.) 2.0 allows ADMIN controlled side column widths using the existing ZC stock Column Width - Left and Column Width - Right configurations
Adding a width of 175 is creating col175 which doesn't exist because it's not an increment of 10
Change your 175 to 170 or 180.
Last Post
Bookmarks