Advertisement
srikat

Untitled

Feb 16th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. @media only screen and (max-width: 480px) {
  2.  
  3.     .magazine-home .content .genesis_responsive_slider .flex-direction-nav {
  4.         display: none;
  5.     }
  6.  
  7.     .magazine-home .content .genesis_responsive_slider .slide-excerpt {
  8.         width: 100%;
  9.     }
  10.  
  11. }
  12.  
  13. /* Custom */
  14.  
  15. .site-header .wrap {
  16.     padding: 10px 0;
  17. }
  18.  
  19. .title-area {
  20.     float: left;
  21. }  
  22.  
  23. /* End Custom */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement