Set Sidebar Width to 300px
-
I’ve searched and tried all the suggestions for increasing the sidebar width to 300px, but nothing works for me.
I’ve tried these:
(min-width: 1200px){ .main {width:870px;} aside.span4 {width:270px;} .kad-header-left {width:270px;} .kad-header-right {width:870px;} }
(min-width: 1200px) { #content .main.col-lg-9 {width: 66.66%;} #content aside.col-lg-3 {width: 33.33%;} }
.sidebar { margin-left: -10px; }
The last one actually increased the width of the sidebar, but not enough for a 300px ad to fit in. Using -30px solves the problem, but introduces a new problem (main content text overlapping the sidebar).
So how do I increase the sidebar to 300px?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Set Sidebar Width to 300px’ is closed to new replies.