Hi All
I have scoured the forums to find hojw I do this in v1.5. Welcome to the AsSceneOn.com Store! and Would You like to log yourself in? and Im not able to fins anything that specifically mentions these.
Can you help?
Hi All
I have scoured the forums to find hojw I do this in v1.5. Welcome to the AsSceneOn.com Store! and Would You like to log yourself in? and Im not able to fins anything that specifically mentions these.
Can you help?
Add to your stylesheet:
.greeting {text-align: center;}
Hi I have Cherry Zen in stalled so do I add it to the css?
Is it this:
This is line 231 of the stylesheet cherry_zen
* {
margin:0;
padding:0;
}
body {
font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
font-size:73.5%;
margin-top:20px;
}
a img {
border:none;
}
ul, ol {
text-align:left;
padding-left:25px;
margin:0 0 10px 10px;
Change the text align to center?
Just add the rule I mentioned to the bottom of that stylesheet.
Hi Stevesh
Hope this is not a thick questions so all I do is open my includes/templates/cherry_zen/css/stylesheet
and on the bottom add this:
.greeting {text-align: center;}
Is this like this:
#productMainImage img {
display: block;
position: relative;
background: #fff;
margin: -3px 6px 6px -3px;
border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
padding: 4px;
}
/* end css for product image drop shadow */
.greeting {text-align: center;}
Yes. In the future, just try the addition. You can always remove it if it doesn't work. Also, the Web Developer addon for the Firefox browser will allow you to make additions to the stylesheet to see if they work without changing anything permanently.