Advertisement
fauzanjeg

Fix Header Issues on some Templates which have custom code

Feb 28th, 2024
1,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. /** Fix Header Issues on some Templates which have custom code */
  2. @media screen and (max-width: 767px) {
  3.     body header {
  4.         padding-bottom: unset !important;
  5.     }
  6.  
  7.     .elementor-20659 .elementor-element.elementor-element-3524b133 {
  8.         margin-bottom: -82.5px;
  9.     }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement