Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Item Name and Price Alignment issue

Item Name and Price Alignment issue

Views: 732

Results 1 to 8 of 8
27 Aug 2011, 3:18 PM
#1
katco avatar

katco

New Zenner

Join Date:
Nov 2005
Posts:
71
Plugin Contributions:
0

Item Name and Price Alignment issue

Cannot figure out this alignment issue. I have several carts, all with basically the same layouts, but this one does not want to align properly and I am not sure where else to look. As you can see in the picture, the name and price does not line up over the actual item name and price. Any help would be appreciated!

27 Aug 2011, 9:43 PM
#2
katco avatar

katco

New Zenner

Join Date:
Nov 2005
Posts:
71
Plugin Contributions:
0

Re: Item Name and Price Alignment issue

Is there possibly someone out there who can help me with this please?

27 Aug 2011, 10:56 PM
#3
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Item Name and Price Alignment issue

We need to see the actual page, so we can check the source code,

This is probably a css issue but we can't tell if we cant see the page

28 Aug 2011, 1:13 PM
#4
katco avatar

katco

New Zenner

Join Date:
Nov 2005
Posts:
71
Plugin Contributions:
0

Re: Item Name and Price Alignment issue

Here is a link. But I don't believe it can be a css issue as I have compared a css sheet to one that works and one that does not and the only differences are color really.

http://www.root66nursery.com/shop/index.php?main_page=index&cPath=7

28 Aug 2011, 9:56 PM
#5
katco avatar

katco

New Zenner

Join Date:
Nov 2005
Posts:
71
Plugin Contributions:
0

Re: Item Name and Price Alignment issue

Could someone please try and help me with this, please? thanks!

28 Aug 2011, 9:56 PM
#6
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Item Name and Price Alignment issue

Well it looks like css to me

try removing this bit in red

I just tested it in Opera and it fixed it

.productListing-data {
border-bottom-color: rgb(144, 144, 147);
border-bottom-style: solid;
border-bottom-width: 1px;
float: left;
padding-bottom: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
}

delete the float left

28 Aug 2011, 9:57 PM
#7
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Item Name and Price Alignment issue

That would of course be in this file

includes/templates/rt_template/css/stylesheet.css

29 Aug 2011, 12:24 AM
#8
katco avatar

katco

New Zenner

Join Date:
Nov 2005
Posts:
71
Plugin Contributions:
0

Re: Item Name and Price Alignment issue

Thank you thank you. Thank you.

I am still befuddled as to why the float left didn't do that to all of my stores, just a few of them. But I am just grateful that its fixed, thanks again for your time to help me with this, very much appreciated!