This topic has 3 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Damien
If you have a look at the footer area when on mobile you will see the whole footer is cutoff and you can see the upper content.
Hello @Damien,
Thank you so much for purchasing our theme and contacting our support center.
Please try to use the next custom CSS code to disable Sticky Footer for mobile:
@media (hover: none) {
.page-wrapper {
margin-bottom: 0 !important;
}
.et-footers-wrapper {
position: relative;
margin-bottom: 65px;
}
}
Please the code into Theme Options > Theme custom CSS > Global.
Regards
Thanks
The issue related to '‘Mobile version parallax doesnt show the whole footer on demo’' has been successfully resolved, and the topic is now closed for further responses