This topic has 4 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
Hi Support
When you select fixed footer, you only see a part of the mobile (less than 768px).
When the footer is displayed on mobile, it should switch to a non fixed footer, so the entire footer is displayed.
Best Regards
Bent Povlsen
Hello,
Please, provide a link where we can see this issue live since we can’t reproduce it on our website.
Regards
Hi support
The link is danish with danish character http://www.træskærebræt.dk
There is another problem on the home page. When you resize the page below 990px the area with parallex pictures and text misbehave. The Headlines are mixed up (wrong – the same headline for all 3 pictures). and the sequence of pictures and text are wrong. Unfortunately I can not upload some image files with explanation/pictures.
Best regards
Bent Povlsen
Hello,
Put this code snippet to the custom CSS area for mobile devices to disable fixed footer for mobile. It should help
.page-wrapper {
margin-bottom:0!important;
}
.et-footer-fixed-on .et-footers-wrapper {
position: relative;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up