Advertisement
Guest User

Untitled

a guest
Apr 8th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. .big-preview{ display: none !important; }
  2.  
  3. .single .big-preview.single-big {
  4. display: none;
  5. }
  6.  
  7. #top div .avia-gallery img { border-style: none; padding: 0px; }
  8.  
  9. .blog-tags {
  10. visibility: hidden!important;
  11. }
  12.  
  13. @media only screen and (max-width: 767px) {
  14. .main_menu, #header_main_alternate {
  15. display: block;
  16. }
  17. .responsive #header .social_bookmarks {
  18. display: block!important;
  19. }}
  20.  
  21. @media only screen and (max-width: 767px) {
  22. .responsive #header .social_bookmarks {
  23. right: -40px; }}
  24.  
  25. @media only screen and (max-width: 767px) {
  26. .responsive #header .social_bookmarks {
  27. top: -5px;
  28. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement