Site logo

Archived topic

Align footer widget social icons

3 replies · Started by Rachel on November 22, 2020

Viewing posts 1–4 of 4

Hi there,

I have a widget in my footer 3 for social icons using the Grow Social widget.
The widget is set to left align on desktop and I have additional CSS to centre align the footer widgets on mobile. However on mobile only the Follow us title is centred, not the icons. Are you able to advise what code I need to force the social icons to centre align on mobile?

Thanks,
Rachel

Hi,

You can add this CSS:

@media (max-width:768px){
.dpsp-shortcode-follow-wrapper.dpsp-follow-align-left>.dpsp-networks-btns-follow-widget {
    justify-content: center;
}
}

Make sure to clear your cache so it applies. :)

Perfect, that is working great. Thank you!

No problem. Glad its working for you. :)

This archived topic is closed to new replies.