Lucas-911 Posted March 22, 2012 Share Posted March 22, 2012 Currently the short description for all products is only showing up in Product category pages. When a product is selected the short description does not appear on the page! Long description appears in the usual 'More Details' section but I would like the short description to appear in the usual place, to the right of the product image and above cart button etc... Any thoughts?? Link to comment Share on other sites More sharing options...
Lucas-911 Posted March 22, 2012 Author Share Posted March 22, 2012 Solved... Changed the following css in product.css '#primary_block #short_description_block { background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left; border: 1px #d0d3d8 solid; padding: 0.7em; margin-bottom: 1.5em; display: none; }' to '#primary_block #short_description_block { margin-bottom: 1.5em; width:100%; float:left; font-size:13px; font-family:Arial, Helvetica, sans-serif; } ' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now