Hi,
I want to push my welcome greeting up a bit (see pic). Can anyone point me in the right direction?
Charlotte
v1.3.9h
Hi,
I want to push my welcome greeting up a bit (see pic). Can anyone point me in the right direction?
Charlotte
v1.3.9h
A link to your site would be better, and help more.
Meanwhile assuming it is the h2 grreting class, try adding to your css .greeting, and play with it to get it where you need.
Hi,
I did a search for .greeting in my stylesheet and it is not there.
Here is the link to my site:
www.buddhamouse.com/store
Thanks for you reply...
It's the padding here that's causing the space:
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive {
padding-top: 5em;
}
You could separate the .centerColumn into its own rule and use a smaller padding value.
Add this to your stylesheet.css
.greeting {
margin: -50px 0 -10px 0;
}
What you don't find you can add, and then set the rules.
In the above case I don't know how much you wanted to move it up, in case change the -50, and -10 to get your desired distance.
Once you change the greeting you may want/need to move the product selection as well, in case look for
.leftBoxContainer
and adjust the margin to your wish.
EDIT
or do as stevesh suggested, his much better than I am.
Thank both of you!
I did what stevesh said but it is good to know you tip as well keneso.
All is well in my zen world...well with respect to this issue anyway!
Charlotte