Jump to content

Need to move short description to right of product photo


Lucas-911

Recommended Posts

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??

post-48594-0-54848900-1332438097_thumb.png

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...