Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. /*START WPPS CM17419467*/
  2. #et_mobile_nav_menu > div > span.mobile_menu_bar.mobile_menu_bar_toggle
  3. {
  4.     display: none;
  5. }
  6. @media (min-width: 320px) and (max-width: 480px) {
  7.  
  8.   #main-header > div.container.clearfix.et_menu_container > div.logo_container > a
  9. {
  10.     margin-left: -4%;
  11. }
  12.  
  13. }
  14.  
  15. /*END WPPS CM17419467*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement