
Originally Posted by
corrosie
Hi all,
I see they have the same problem.
Not sure why you say this is a problem... I have this template and the buttons are slightly out of line, but of the thousands of people who visit the site, I have not yet had any contact me to say -
- "your website buttons aren't straight"
However... maybe you see it as a problem... I don't think most other people will.
The "height" of the buttons is controlled in the CSS (to a degree), and in the way the php code "positions" the elements. Part of the challenge with this particular page is that the buttons are not "relative" to each other, like the buttons at the bottom of the shopping cart page.
You could try manipulating css declarations for .buttonRow and others:
Code:
#indexProductListCatDescription, #navCategoryIcon, .buttonRow
{
margin-top: 0.5em;
margin-right: 0.5em;
margin-bottom: 0.5em;
margin-left: 0.5em;
}
/* Line 1 */
#pi-right, #shoppingCartDefault #PPECbutton, #siteMapList, .forward
{
float: right;
}
/* Line 1 */
.buttonRow
{
margin-top: 15px;
}
... or you could get on with marketing your site and selling more product... People don't care about this sort of thing - and on mobile devices it renders differently...