Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product page layout (text wrapping)

Product page layout (text wrapping)

Locked

Views: 830

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 Sep 2008, 9:03 PM
#1
meltdowncomics avatar

meltdowncomics

New Zenner

Join Date:
Aug 2007
Posts:
36
Plugin Contributions:
0

Product page layout (text wrapping)

the product description keeps wrapping around the image and i know it has to do with the width of the page, but i'd like to keep the width and also be able to have the description below the images. I'm sure it's some simple css code i need to insert but don't know where and don't know what code to use to keep it from doing that. Please help, check out what i mean. http://www.meltcomics.com/shop/index.php?main_page=product_info&cPath=8&products_id=93

Thank you Zenners!!!!!!!!
Meltdown

10 Sep 2008, 11:20 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Product page layout (text wrapping)

edit your stylesheet.css and insert

#productName {clear:left;}

is that suitable for you?

17 Sep 2008, 10:27 PM
#3
meltdowncomics avatar

meltdowncomics

New Zenner

Join Date:
Aug 2007
Posts:
36
Plugin Contributions:
0

Re: Product page layout (text wrapping)

Hey Steve, thanks for the response, but i can't find where to add it in the stylesheet.css. Could i just be blind???
Thank you,
M

18 Sep 2008, 3:30 AM
#4
medragon avatar

medragon

New Zenner

Join Date:
Jun 2008
Location:
In the mountains
Posts:
63
Plugin Contributions:
0

Re: Product page layout (text wrapping)

I've not been at this long, but I'm pretty sure this is what you should do.

You can just put it at the bottom, like this:
Text in red is what you have all ready.

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {

background-color: #ffffff;

}

#productName {
clear:left;
}

You have no idea how many times I have tried changing the CSS file and tried it only to undo what I have changed.
I've not tried that code, because I would go about it a different way, so if that doesn't work, let me know.