Extra Space on Mobile View

Hi guys,

Just noticed that extra space is added when viewed on mobile https://prnt.sc/rmx8n4 compared to desktop https://prnt.sc/rmx8o5 Any idea what is causing this?

Thank you!

Hello @kcreative,

It is because of this code that you added in the Global CSS that is inside the @media (max-width: 979px) media query.

.x-main.full {
    margin-top: 70px;
}

Try getting rid of the code and the extra space should not be added on the screen sizes up to 979px.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.