My footer's copyright doesn't align vertically on one page

Hi there,

I have a footer which is on every page on my website and looks just like it should.
The problem is that it doesn’t aligh vertically on the page called “SERVICES”.
How can I fix that?

Hello Andrew,

Thanks for posting in! The Slider might be in conflict with your JS code in your footer content. Can you please disable the “Include Libraries Globally” option in your slider global settings?

  • _ slider-revolution-globals

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/docs/getting-support

Best Regards.

Hey Andrew,

Thanks for providing the information. I have edited the your footer.

3q_8JgZySVCMZGrhDRRRgw

What did I changed?

  • I set the height to auto
  • changed the Flexbox vertical alignment to center
  • and I have changed the height of your social icons to 2.05em

Kindly check your footer now.

Hi there,

it works perfectly now :slight_smile: The only problem is on the Site called “Kontakt”, the inline navigation doesn’t show on the mobile version.

Thanks in advance

Andre

Hello Andre,

Please remove the footer class in your bar settings because you have this custom css

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

Your custom css is hiding the other elements in your bar. You need to remove this code and the footer class.

We would love to know if this has worked for you. Thank you.

Works perfectly, thanks!

Glad we could help.

Cheers!

Hey, I have a new problem on my mobile device: On my “Downloads” page, when I scroll down, the Content is in the footer - so the content and the footer are overlapping in some weird way…

How can I solve that?

Regards,

Andre

Hi Andre,

The overlapping is caused by the padding bottom which was set using a percentage value, maybe you can try a fixed one, like for example 100px instead of 14.3%.

Hope it helps.

Hi,

I removed it, it doesn’t seem to work.

Have a nice day

Andre

Hi Andre,

Sorry, but I can’t seem to see the said issue on my end, please create a new thread as this one is getting longer and mixed up and hard follow, then on that new thread, please provide us your “Downloads” page URL and a screenshot showing the issue.

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.