Hello
I have an issue that was addressed in a previous forum but I don’t know how to apply the fix to my site:
https://kriesi.at/support/topic/how-to-fix-footer-for-mobile-devices/
Here are the relative screenshots to show the issue:
Hey scobiac!
Add this to a codeblock element in the page.
<style type = "text/css">
@media screen and (max-width: 767px) {
main .entry-content-wrapper > .av_one_half:nth-child(2) {
transform: translateY(20px);
}
}
</style>
Regards,
Elliott
Thank you Elliot, this worked.