How do I change the side bar size for the "green salad theme"
PermalinkJust wondering what I need to change to get the sidebar a little wider, I've tried a few things but I'm not having any luck.
I'm editing this CSS file "concrete/themes/greensalad/main.css" am I in the proper place?
I just switched to the theme because I like the footer, but now my ad's won't display properly.
Thanks in advance for any and all help.
Rob
I think you're in the right place.
Line 29:
#page #central #sidebar { float:right; width:198px;
Make 'width' wider
Any other suggestions?
I think green_salad has a fixed width around 800px or so. Try to play around with the widths for #page, #page #central #body too.
And also the padding/s so it will equal the total width for your new #page, after expanding your #sidebar widths that is.
Hope it helps...
I changed the overall page size and then the margin.
here is the website "whatisacnc dot com"
For colors it should be the css file marked background:<code> for the colors of page areas and color:<code> for fonts and links. But basically for fonts it's covered via themes > green_salad > customize action.
I'm still struggling with that issue, I'm starting to wonder if the background color is an image. I try to view some of the images but can't see anything, maybe it's just a pixel or something?
Also the only area I see for customizing is here:
#page #header #logo a {
/* customize_header_logo */ color: #fff; /* customize_header_logo */
/* customize_header_logo_text */ font: normal bold 32px Arial; /* customize_header_logo_text */
text-decoration:none;
}
Notice how it's commented out:
/* customize_header_logo */ color: #fff; /*
Is this what I fix?
or is the background color an image?
Thru greensalad main.css file, it is as you mentioned using a background image. it's located near top at
body{......... background: #fff url(img/........)}
You can delete the url(to_image_code) and stick with the color, change the color code to your preference. It would look like so;
body {........... background:#ccc;}
Example above for background color code for light gray.
I'm using "Context" to edit the .CSS and I've changed some of the colors using the "Find-all" feature.
The changes won't take hold tho, nothing seems to change.
Do I need to change some of the PHP?
http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...