Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /*if the categories are hidden*/
  2. div.ecwid-categories {
  3. display: block !important;
  4. }
  5.  
  6. .ecwid-productBrowser {
  7. width: 85% !important;
  8. margin-left: 145px !important;
  9. }
  10.  
  11. #VCategories-1 {
  12. position: absolute;
  13. top: 100px !important;
  14. left:10px !important;
  15. }
  16.  
  17. /*to change font size for vertical category*/
  18. a span.ecwid-categories-category {
  19. font-size:13px !important;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement