• Resolved mehtaaman

    (@mehtaaman)


    Hi

    There is large space between website logo and primary menu item when viewed on mobile.
    Desktop it is fine. Only issue with mobile. Theme I have used is generatepress
    Please help to fix it.

    • This topic was modified 3 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • it appears to be space for header widget. try to remove them if you are not using?

    you can also add following custom CSS code to hide it in mobile view:

    @media (max-width: 768px)
    .site-header .header-widget {
        display: none;
    }
    • This reply was modified 3 years, 4 months ago by lcf.
    Thread Starter mehtaaman

    (@mehtaaman)

    Tried this code. its not working.

    Thread Starter mehtaaman

    (@mehtaaman)

    Removed the spaces in header widget and it worked. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘space between Logo and Menu in Mobile problem’ is closed to new replies.