Version 1.50 CSS bugs (with solutions)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
There are a few minor bugs regarding the new CSS (classname and stylesheet) in version 1.50. These bugs can currently be seen in the demo store (add an item to the cart and post blog and news comments).

1. Style classname in files is different from stylesheet (affects the comment list for the News and Blog)
    File: Modules\BlogPost.ascx
    Line #61 (default):     <div class="commentList">
    Line #61 (corrected): <div class="commentlist">

    File: Modules\NewsItem.ascx
    Line #69 (default):     <div class="commentList">
    Line #69 (corrected): <div class="commentlist">

2. Incorrect background declaration in darkOrange theme (affects coupon-box background):
    File: App_Themes\darkOrangestyles.css
    Line #1073 (default):     background: background: rgb(247, 245, 232);
    Line #1073 (corrected): background: rgb(247, 245, 232);

.
14 years ago
mb

you posted this elsewhere on the forum:

.product-variant-line .attributes div
{  
margin: 15px 0;
}


it really sweetens the page layout, it should probably be a permanent addition to     style.css
14 years ago
Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.