Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello, on my development site, if you look at the site on mobile, the footer is visible at the top and covers some of the mobile menu. I will send a screenshot. How can this be corrected? Thank you!
Hi,
Please try this:
Go to Customizer -> Styling and add page background color #ffffff, this should fix the issue.
Thanks
Hello,
Please can you check it out now:
@media(max-width:480px){
#footer-wrapper.reveal{
position:relative;
}
}
You must be logged in to reply to this topic.