fireflythemes

Untitled

Jan 15th, 2024
972
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.65 KB | Software | 0 0
  1. @media screen and (max-width: 909px) {
  2.     #quick-contact li {
  3.         border: none;
  4.     }
  5.     #site-top-header-mobile-container {
  6.         display: block;
  7.         position: inherit;
  8.         background: none;
  9.         box-shadow: none;
  10.         padding: 0;
  11.         display: contents;
  12.         display: flex;
  13.     }
  14.     button#header-top-toggle {
  15.         display: none;
  16.     }
  17.  
  18.     #slider-section .type-post .slider-content-wrapper {
  19.         display: none!important;
  20.     }
  21.     #custom-header {
  22.         background-size: cover;
  23.         background-repeat: no-repeat;
  24.         height: 74px;
  25.         padding: 0;
  26.         background-color: #000;
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment