Error template Unfold template

Hi everyone,

I noticed these errors in the unfold master template, how can I resolve them?

–In mobile mode sometimes the display is buggy and generates more space on the right (see screen below)
The buttons in the footer do not work in mobile mode

Thank you very much for helping
Matteo

Screenshot 2023-12-25 183530

Hello @Matteogae

Can you please provide a link to that page? I will try to fix it using custom CSS.

Regards,

Https://matteogaetani.com

Space does it more often with Android

Tnx

Hi @Matteogae

Thank you for the link, lease use this CSS code:

.gsap-reveal .cover {
    display: none;
}

Let me know results

1 Like

It works, thank you very much, you are number 1.
could you help me fix the footer that the buttons don’t work in the mobile version too?

Hi there.

Thanks for contacting us again!

May I know how it doesn’t work? can you please provide the steps to replicate it?

​Regards.

Thanks for the quick response,
the linkedin facebook and instagram buttons in the footer don’t work if I try to click only on the mobile version from the PC do they work, how do I solve it?

Thank you

Hi there.

I see it now, thanks.

Use this CSS code to fix it:

@media (max-width: 991.98px){
.unslate_co--footer {
    z-index: 999999;
}
}


​Regards.