
Originally Posted by
dgent
Yes comment it back in, make it the same size in admin as your additional images, and then play with the position of the addititional image in the stylesheet to line up etc...
Yes, that code you posted should work. If not, its just a matter of moving it around to suit. Very straightforward.
Thanks dgent, another question about the text-align, I located the product name, product price with Firebug. And it is clear that I need to add text-align: center to h1, and h2, so it would become:
PHP Code:
h1 {
font-size: 1.5em;
padding-right: 0px;
color: white;
margin-right: 0px;
text-align: center;
/*margin: 0.8em; */
}
h2 {
font-size: 1.4em;
color: white;
text-align: center;
}
The price, name are now centered but when I back the front page the front page description is centered
I don't wanna my front page description to be centered is there any way to do that?