fireflythemes

Top bar always show

Jan 17th, 2021
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. @media only screen and (max-width: 909px) {
  2.     #header-top-toggle {
  3.         display: none;
  4.     }
  5.  
  6.     #site-top-header-mobile-container {
  7.         position: inherit;
  8.         background: inherit;
  9.         display: block;
  10.  
  11.     }
  12.  
  13.     button#header-top-toggle {
  14.         display: none;
  15.     }
  16.  
  17.     #quick-contact li, #quick-contact li.quick-call {
  18.         float: none;
  19.         clear: inherit;
  20.         width: auto;
  21.         display: inline-block!important;
  22.         border: none;
  23.     }
  24.     .inner-quick-contact {
  25.         text-align: center;
  26.     }
  27.     #top-social {
  28.         text-align: center;
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment