Hi there,
if you have a look on the front page with an ipad ( 768×1020) you see that the footer is half paged.
This is true for all pages with less content. How can i universally fix the footer? I am facing the problem since the update to Enfold 4
Before this the issue never happens.
Thank you!
Hey Tobiy,
I’m not sure I understand what you mean, what does half paged mean? Please post a screenshot highlighting the problem and explain what you would like to change.
Best regards,
Rikard
Hi Rikard,
sure it is attached:
The page is not adaptive on imac or i pads.
Bye, Tobi
Hi!
This is standard behavior of footers, when the main content is smaller than the screen. This is easily fixed, though! :)
Please add this in Quick CSS:
#av_section_1 { min-height: 70vh !important; }
Let us know if that works for you.
Best regards,
Sarah
Hi Sarah, thank you! But it does not work.
I have never seen this effect. Why does Enfold does not offer a standard solution for this?
I also tried to fix the socket but it does not look that good.
Hi,
You can try adjusting the number to suit, I just tried this and it worked well:
#av_section_1 { min-height: 85vh !important; }
Please clear your cache
Best regards,
Mike
Hi,
code does not help – on i macs and ipads i am facing the same behavior.
Thank you
Hi,
Thanks for the screenshot. You said that the footer is not adaptive, I would say that it’s exactly the opposite, since it’s adapting to the screen size. If you don’t want the area that you marked in your screenshot, what should replace it? The only option for you then would be to have the footer in fixed location all the time, which will certainly cause you numerous of other problems instead.
Best regards,
Rikard
So the only way would be to set a min-height?
Hi,
Yes!
Best regards,
John Torvik