
07-09-2012, 08:29 AM
|
 |
Paid Member
|
|
Join Date: Feb 2012
Posts: 5
|
|
product page layout description top left
Hi
How is it possible to have the description top left - with the product image top right and then the buy now option on the left below the description on the sales pages.
This is where we are up to at the moment
http://www.contemporary-furnishings....roduct=9505722
div.ecwid-productBrowser-details-leftPanel div {
float: right;
}
div.ecwid-productBrowser-details-thumbnail {
width: 225px;
margin-right: 5px;
}
div.ecwid-productBrowser-details-leftPanel div.ecwid-productBrowser-details-descr, div.ecwid-productBrowser-details-leftPanel div.ecwid-productBrowser-details-descr div{
float: none;
overflow: hidden;
}
div.ecwid-productBrowser-details-rightPanel{
float:left;
margin-top:300px;}
Thanks in advance
|