I'm developing a new zen cart site here >>> http://208.43.89.32/ and can not figure out how to center and add padding on the EZ Page Headings in the Left Hand Side Column.... they are not following the Category Headings css.
Thanks!
I'm developing a new zen cart site here >>> http://208.43.89.32/ and can not figure out how to center and add padding on the EZ Page Headings in the Left Hand Side Column.... they are not following the Category Headings css.
Thanks!
Dear Helen
Find in your stylesheet.css
#ezpagesContent {
font-size: 12px;
font-weight: normal;
text-align: left;
}
and change the text-align value from left to center.
Hope it works...
George
Thanks! This fixed the alignment! Still struggling with how to specify padding or space on the bottom because I have two ez pages and want the links to be separated. Do you have any ideas about that?
#ezpagesContent li {margin-bottom: 1.5em;}
Adjust to taste.
Thank you so much! It worked! I was using Firefox and viewing the Style Information and Element Information, but wasn't coming up with anything that worked.
I see you have written a Smart Header Background Add-On Module. I just took a quick look at it and think it is exactly what I need... I'll take a closer look at it later...
I really appreciate your help, I'm working away on this site to try to have it up today or tomorrow!