Good morning!
Thought I had a pretty good working knowledge of .css, but I have spent several hours the last couple of days trying to figure this out...
Using zc v1.3.9h with glacial age template
I got hacked the beginning of November, and, unfortunately, had to start from scratch again - backup offline files wouldn't upload properly - probably missing something on my end - still trying to figure out exactly how to use filezilla! Been slowly working on making things right...missed this selling season anyway. Making headway, but just stuck on a couple of issues with the product description!
Take a look at a product page...only have two up while I tweak things. Here's one...and here's the other.
I got the product name and price centered, as desired, as well as getting the text justified. I haven't been able to do the following:
- have the product name drop down a little so that it's about 1/3 of the way below the top of the image
- have the description drop below the image and be justified from the left, rather than having all that open space under the image
I have played with margin settings, padding settings, productbox width (if I change that to 100%, it drops everything below the image, but I'd like to have the productname to the right as shown and as stated above)...what the heck am I missing?
Here are the portions applicable to the problem from the stylesheet: Sorry, couldn't find a way to attach a .css file!
product_info.css
#mainProductBox {
margin: 0 auto;
padding: 0;
}
#imagebox {
margin:0;
padding:0;
width:20%;
float:left;
}
#productMainImage {
margin:1.5em 1em 1em 0;
}
#productbox {
margin:0;
padding:0;
width:60%;
float:right;
}
h1#productName {
margin:0;
padding:0;
font-weight:700;
text-align:center;
}
#productDescription {
margin:0;
padding:0 0 2px 0;
line-height:1.3em;
}
#productPrices {
margin:0;
padding: 2px 0;
font-weight:700;
text-align:left;
}
There is also a stylesheet.css...I don't think anything there applies directly to these issues, and it's very lengthy - didn't want to just copy and paste it.
Any guidance would sure be appreciated! Thanks for your time...have a great day, and God bless!



Reply With Quote

