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

    theres some extra space below the logo that i’m not sure how to get rid of or whats causing it, could you help please

    #490182

    Hey glozemedia!

    It seems like you have a widget area added to your header. Please add following code to Quick CSS to remove it on mobile

    @media only screen and (max-width: 768px) {
    div#text-9 {
        display: none;
    }}

    Regards,
    Yigit

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