Page 1 of 1
1.5.1.1 Centering Product Information
Posted: Wed Jul 27, 2011 3:50 pm
by scmKORE
All the stuff is left aligned and I was wondering if there was just one file I could change to center it all. I know I can do it separately but it seems tedious to go through all page files and change it.
Re: 1.5.1.1 Centering Product Information
Posted: Wed Jul 27, 2011 3:56 pm
by crazypetfood
Take a look at your template/module folder, find the relevant file, then edit it, add align="center" inside the div tag, for example.
edit latest.tpl
look for
<div class="box-content">
change to
<div class="box-content" align="center">
simples

Re: 1.5.1.1 Centering Product Information
Posted: Wed Jul 27, 2011 4:10 pm
by scmKORE
What would be the code to add the Product Code?
Re: 1.5.1.1 Centering Product Information
Posted: Wed Jul 27, 2011 4:18 pm
by crazypetfood
scmKORE wrote:What would be the code to add the Product Code?
I dont follow, all you add is the align="center" to the div tag that is the extra piece of code