Forums
Home / Themes and Templates / CSS and Frantic Theme
(@keithblog)
12 years, 3 months ago
I changed
.col300 { width: 31.333%; }
to 10% and it did change width of sidebar column. However, the background is the same size at 31%, and I need the content to be 80-90%.
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Show link again
I can’t see the link
<a href="https://maxxforce.net">
The sidebar does not contain that background image which gives the appearance that the sidebar is still wide.
This background image is found on two divs: <div id="content"> and <div id="content-wrap"> (CSS)
<div id="content">
<div id="content-wrap">
#content-wrap { background: url(library/images/bg-content-wrap.jpg) repeat-y 1px top; }
#content{ background: url(library/images/bg-content.jpg); }