Site logo

Archived topic

Footer Widget Links Don't Work For Posts On Mobile

5 replies · Started by Arie on January 14, 2023

Viewing posts 1–6 of 6

Hello,

For some reason, my Helpful Links widget in the footer for posts (only on mobile) doesn't work. It works fine for desktop. And it also works on mobile pages like the home page. But on posts mobile it doesn't work.

Image of problem Any idea on issue? Thanks!

Hi Arie,

It's an issue with Elementor, as you can see in the video, there's a padding-bottom and negative margin-bottom set for mobile.
https://www.screencast.com/t/gHAdPHkv0

If I remove that padding/margin, the links work fine.

Check if you can adjust those settings, if not, reach out to Elementor's support.

Meanwhile, you can add this CSS to override it for now:

@media(max-width:768px){
.elementor-41638 .elementor-element.elementor-element-6b8dce0b {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
}

Hey Ying... I added that code to customizer but it still doesn't work. I'll reach out to Elementor or is there something else I can try? Thanks!

It's likely being cached, make sure cache is cleared :)

As you are using WP Rocket, you can see the non-cached version of your site by adding /?nowprocketat the end of your URL.

This archived topic is closed to new replies.