Site logo

Archived topic

Social icon is not showing in one line in mobile

3 replies · Started by Jyoti Chauhan on October 27, 2020

Viewing posts 1–4 of 4

Hey,

I added social icons in footer at https://www.updateland.com/. They are displaying well (in one line) in desktop but in mobile they are showing in different line.

Desktop screenshot: https://ibb.co/zQk1DxF
Mobile screenshot: https://ibb.co/vHrf2FM

Please let me know CSS code which can help to show these social icons in one line at mobile.

Hi there,

Something like this should work:

@media (max-width: 768px) {
    .footer-widgets #text-13 .alignleft {
        float: left;
    }
}

Thank you Leo, it worked perfectly.

No problem :)

This archived topic is closed to new replies.