Archived topic
Footer Widget Links Don't Work For Posts On Mobile
5 replies · Started by Arie on January 14, 2023
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.
Any idea on issue? Thanks!
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hey Leo... for example this post https://homeinspectorsecrets.com/light-fixtures/ceiling-fans/best-industrial-ceiling-fan/
On mobile view, the 'helpful links' in footer do not work.
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.