Linking a sliced image

Hi there,

How can I make the following sliced social media icons clickable in the footer?

Thanks,

Hi Rearolam,

Please add this code in X > Theme Options > CSS:

.social-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

Hope this helps.

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