Social media are not clickables in desktop view

Hi guys,

Social media are not clickables in desktop view, but they are in mobile view. Can you help that.

Thank you

allianceautoproducts.com

https://allianceautoproducts.com/

Please do the necessary . Thank you

Hi @Alliance ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:

.grid--footer-float-right .site-footer-item-tall {
    position: relative !important;
    z-index: 1 !important;
}

I hope it would help you

1 Like

Hi @Alliance
I checked your website and I found the solution to your problem. If you want your social links clickable you want to remove that code on your theme.scss file

@media screen and (min-width: 768px)
.grid__item.small--one-whole.site-footer-item-align-right {
    margin-top: -50px!important;
}

then your social links are working on a desktop.

I need that code. But I got the solution

.grid–footer-float-right .site-footer-item-tall {
position: relative !important;
z-index: 1 !important;
}