I thought i might give some more info about my issue....
I have looked for .centerBoxContentsProducts in the stylesheets but i can not find it....
So i used .centerBoxContentsNew to center the texts on the new products homepage which worked fine
and
.centeredContent to get the products in all the categories centered.
HTML Code:
.centerBoxContentsNew {
text-align:center;
margin-top: 10px;
margin-bottom: 10px;
width:auto;
}
.centeredContent {
text-align:center;
width:auto;
}
Now when i add a border to .centerBoxContentsNew (border 1px solid) it seems to mis align everything (see jpg.)
Also when i add a border around cit works but i cant get them to align evenly and it also adds a border to reviews and search sidebox's (see jpg.)
Basically i want all the products to align evenly similar to www.dealsdirect.com.au
So i figured that .centeredContent is not where i center products text
I have tried several others but they dont seem to center the text...
Can someone please assist?