Site logo

[Resolved] Social icon is not showing in one line in mobile

Home Forums Support [Resolved] Social icon is not showing in one line in mobile

Home Forums Support Social icon is not showing in one line in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1506721
    Jyoti Chauhan

    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.

    #1506744
    Leo
    Staff
    Customer Support

    Hi there,

    Something like this should work:

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

    Thank you Leo, it worked perfectly.

    #1510421
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.