Primary Sidebar Problem
-
i’ve looked everywhere and cannot find a solution to my issue. I am using Hueman with a 2 column layout. The primary sidebar is on the left side of my site. My main objective is to reduce the width of the primary sidebar. I have inserted the following code into my custom.css which has reduced the width of my sidebar but now leaves a gray bar between my primary sidebar and my content. I need the gray bar to disappear, and have my content box shift left and obviously expand to fit.
This is the code I am using:
/* 2 column, content left */
.col-2cl .main-inner { background: url(img/sidebar/s-right-s1.png) repeat-y right 0; padding-right: 200px; }
.col-2cl .s1 { float: right; margin-right: -200px; }
.col-2cl .content { float: left; }
.s1 { width: 200px; }Here is a link to the website to see what I am talking about
Here is the web address[ No bumping please. ]
- The topic ‘Primary Sidebar Problem’ is closed to new replies.