The issue is caused by the excessive margin-top: 600px !important on the footer and overflow: hidden in the @media (max-width: 768px) styles. Removing the margin and the overflow: hidden property fixes it. Also, avoid overusing !important, as it makes CSS harder to maintain. See the attached screenshot mobile screenshot