Advertisement
RiQ363

CSS for Dean

Aug 29th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a,
  2. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a:active,
  3. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a:visited {
  4.     top: 0px !important;
  5.     width: 300px;
  6. }
  7.  
  8. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath span.gwt-InlineLabel {
  9.     top: 0px !important;
  10.     width: 300px;
  11. }
  12.  
  13. .ecwid-productBrowser-categoryPath {
  14.     position: absolute !important;
  15.     top:10px !important;
  16. }
  17.  
  18. html#ecwid_html body#ecwid_body .ecwid-productBrowser-ProductPage div.ecwid-productBrowser-head {
  19.    text-align: left !important;
  20.    margin-left: 220px !important;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement