Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Only 1 Column showing for images in FF

Only 1 Column showing for images in FF

Locked

Views: 1,612

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 Oct 2007, 2:28 PM
#1
digiwebstudio avatar

digiwebstudio

New Zenner

Join Date:
Oct 2007
Posts:
2
Plugin Contributions:
0

Only 1 Column showing for images in FF

Hi,

I hope someone can help me as I've searched these forums and can't seem to find the answer. My problem is I have set my category images to show 2 per row, and in Firefox, there is only 1 showing. Also, FF is also displaying "customer also purchased" products in one row also which makes for a long scrolling page. :( Everything is lining up perfect in IE for me. I recently changed my css file, which I thought I was just changing colors, but I must have messed things up.

I'd appreciate any help! Here is a link to my site http://digiwebstudio.com/store/index.php?main_page=index&cPath=64 and if you click here http://digiwebstudio.com/store/index.php?main_page=product_info&cPath=62&products_id=372 you'll see where the images are all forced in one long column in FF.

27 Oct 2007, 4:52 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Only 1 Column showing for images in FF

Looks to me as though you have removed some of your float styles. Adding the following to your stylesheet should sort out those two, but you should probably compare your stylesheet to the original, as there may be others instances not covered by this> .categoryListBoxContents, .centerBoxContentsAlsoPurch {float:left}

27 Oct 2007, 5:40 PM
#3
digiwebstudio avatar

digiwebstudio

New Zenner

Join Date:
Oct 2007
Posts:
2
Plugin Contributions:
0

Re: Only 1 Column showing for images in FF

Thank you so much, that fixed the problem!!! I really appreciate the help. :)