caclark4
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Overflow blocking add to cart, product descriptionI don’t believe the issue is related to the WP E-commerce because the issue exists outside of importing the e-commerce theme settings.
As directed, I went to the wpsc-default.css sheet and changed
/*—–SINGLE PRODUCTS PAGE—–*/
#single_product_page_container {
width:650px;
position:relative;
}to
/*—–SINGLE PRODUCTS PAGE—–*/
#single_product_page_container {
width: 580px !important;
}The first time I did this, I changed the wrong css file. I reverted back to a fresh page and with the change noted above, there is no change to the index page (youcrazykids.com) or to the product link.
Forum: Themes and Templates
In reply to: Overflow blocking add to cart, product descriptionI’m sorry. The index page.
Forum: Themes and Templates
In reply to: Overflow blocking add to cart, product descriptionI had to change the link to see the issue. It is http://youcrazykids.com/products-page/t-shirtsandonesies/onesies/bite-me-cupcake/
Forum: Themes and Templates
In reply to: Overflow blocking add to cart, product descriptionThe only problem with making that change is that it also affects the first page as well. The blog post floats above the menu. Any other ideas?
Forum: Themes and Templates
In reply to: Overflow blocking add to cart, product descriptionI cannot find the “single product” code section. Can you provide me with more direction please?
Hello! Could you let me know how you fixed the overflow issue?