Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1458537

    Hallo,
    i get on every page strange space inbetween the #header and #main ..but i can not deduce it on mobile.
    screenshot-gute-literatur-am-see-de-2024-06-25-00-23-00

    Whats wrong?

    /******* MOBILE ***********/
    @media only screen and (max-width:768px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding-top: 10px !important;		
    }

    url: https://gute-literatur-am-see.de/

    #1458546

    Hey Sebastian,

    Thank you for the inquiry.

    Did you add this css code?

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 170px!important;
    }

    If you want to override it on mobile view, please add this modification:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 10px !important;
      }
    }
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.