Skip to content

Instantly share code, notes, and snippets.

@genee19
Created March 21, 2011 15:13
Show Gist options
  • Save genee19/879593 to your computer and use it in GitHub Desktop.
Save genee19/879593 to your computer and use it in GitHub Desktop.
Floating product description in Ecwid. This snippet goes into Ecwid custom CSS. Subsequent modifications to divs in this area may become tricky
div.ecwid-productBrowser-details-leftPanel div {
float: left;
}
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;
/* remove the underscore to make 3-column layout: *_/ overflow: hidden; /**/
}
@genee19
Copy link
Author

genee19 commented Jan 5, 2012

@jasonmac1975 you better come up with an illustration for what you are trying to achieve to the Ecwid forums.

@jasonmac1975
Copy link

jasonmac1975 commented Jan 5, 2012 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment