Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #551540

    I have my social media icons in a text widget but I cannot figure out how to center them on the screen and have it be responsive. How do I center these?

    #551642

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #551782

    here is a link to my website.

    #551913

    Hi!

    Use the following CSS code:

    #footer .textwidget .social_bookmarks {
        text-align: center;
    }
    
    #footer .textwidget .social_bookmarks li{
        display: inline-block;
        float: none;
    }

    Regards,
    Josue

    #551918

    perfect, thank you so much!

    #552128

    You are welcome, glad to help :)

    Regards,
    Josue

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