Skip to content

Instantly share code, notes, and snippets.

@makfruit
Created December 6, 2013 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makfruit/7821547 to your computer and use it in GitHub Desktop.
Save makfruit/7821547 to your computer and use it in GitHub Desktop.
CSS mod for Ecwid to place product description at the right hand of thumbnail on product details pages
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;
overflow: hidden;
}
@xopsuey
Copy link

xopsuey commented May 16, 2014

doesn't found for me.

where is the colocation of this code? before, after, changing the edwic code between?? thanks

@makfruit
Copy link
Author

Hi,

Please see this tutorial: How do I change Ecwid CSS?

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