• Resolved rjms1974

    (@rjms1974)


    Hi guys.

    I’m having a hard time trying to figure out why the mobile menu have a different top padding on my pages and posts.

    The mobile menu is ok on my home page:

    View post on imgur.com

    But on on my pages and posts it looks like it have an extra top padding:

    View post on imgur.com

    When i adjust the menu top padding to pages and posts, it gets messy on my home… and vice versa… ??

    How can i fix this issue?
    Could you guys give me a hand?
    Thanks in advance ??

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Have you added padding for the mobile menu? Try to add the below code to the Customize > Custom CSS section to fix it –

    @media (max-width: 480px) {
    #site-header-inner {
        padding: 15px 0 0 0;
    }}
    @media (max-width: 768px) {
    #site-header-inner {
        padding: 15px 0 0 0;
    }}
    Thread Starter rjms1974

    (@rjms1974)

    Hi Amit, thanks for your answer ??

    The problem was a wrong margin value i put on elementor while creating my home…

    Thanks for your help!

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu top padding’ is closed to new replies.