Advertisement
RiQ363

Untitled

Sep 11th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.33 KB | None | 0 0
  1. div.ecwid-productBrowser-categoryPath a,
  2. div.ecwid-productBrowser-categoryPath a:active,
  3. div.ecwid-productBrowser-categoryPath a:visited {
  4. position: relative !important;
  5. top:0px;
  6. }
  7.  
  8. .ecwid-productBrowser-categoryPath {
  9. position: fixed !important;
  10. top:65px;
  11. }
  12.  
  13.  
  14. div.ecwid-productBrowser-categoryPath a,
  15. div.ecwid-productBrowser-categoryPath a:active,
  16. div.ecwid-productBrowser-categoryPath a:visited {
  17.     color:#6e8bb4; position: relative;
  18. top: -55px;
  19. width: 300px;
  20. }
  21.  
  22. div.ecwid-productBrowser-categoryPath span.gwt-InlineLabel {
  23.     color:#6e8bb4; position: relative;
  24. top: -55px;
  25. width: 300px;
  26. }
  27.  
  28. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a,
  29. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a:active,
  30. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath a:visited {
  31.     top: 0px !important;
  32.     width: 300px;
  33. }
  34.  
  35. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath span.gwt-InlineLabel {
  36.     top: 0px !important;
  37.     width: 300px;
  38. }
  39.  
  40. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-categoryPath span.gwt-InlineLabel {
  41.     top: 0px !important;
  42.     width: 300px;
  43. }
  44.  
  45. .ecwid-productBrowser-categoryPath {
  46.     position: absolute !important;
  47.     top:10px !important;
  48. }
  49.  
  50. html#ecwid_html body#ecwid_body div.ecwid-productBrowser-head { margin-bottom: 20px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement