New Zenner
- Join Date:
- Oct 2008
- Posts:
- 48
- Plugin Contributions:
- 0
Cherry Zen Template Support Thread
cshellca:
I have one small thing I would like to adjust..there seems to be a big gap of white space under my Logo..and am wondering how to remove that extra space..??
You can see it here...any help would be appreciated!
http://shuruba.com/zencart/ From http://shuruba.com/zencart/includes/templates/cherry_zen/css/stylesheet.css: ```
#tagline {
font-size:1.1em;
text-align:center;
padding:25px 8px 35px;
}
If you comment out the "padding" line the large gap will disappear. If you add a tagline to your site, it may be necessary to uncomment the line and adjust the values - so don't delete the line, just comment it: ```
/* padding:25px 8px 35px;*/