Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #577114

    Hi Guys,

    How can I add social media icons to footer widget in a vertical manner? I have found thread that teaches to do it in a horizontal manner ( in a row). I want to have Facebook, Instagram and Youtube icons on the right side of the footer widget.
    It will be good too if there are some spaces between the icons.

    Attached my site details below.

    #577223

    Hey stevegoh422!

    Seems like you already added icons to your footer. Please use following code in Quick CSS field to increase the space between icons

    #footer .social_bookmarks li {
        margin-right: 10px;
    }

    Best regards,
    Yigit

    #577496

    Hi Yigit,

    Yes, I have already added the icons but I couldn’t make the icons to appear in a vertical manner. As you can see, the icons are in a horizontal manner not vertical manner. Please advise what to do.

    Thanks.

    #578426

    Hi!

    Are you sure you want to make it vertical? Making it vertical will not have enough space tho if you still like to give it a shot please try the below css in Enfold > general Styling > Quick CSS

    
    #socket .social_bookmarks li {
        clear: both!important;
    }
    

    Regards,
    Vinay Kashyap

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