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

    Is there a way to add social icons to the footer widget?

    #512022

    Hey mcraig77,

    There most likely is, what exactly do you have in mind? Please link to your site so that we can have a look.

    Thanks,
    Rikard

    #512028

    My site is in maintenance mode but you can access it with the private data.

    #512157

    Hi!

    Please add following code to Quick CSS

    .widget .social_bookmarks li { clear: none !important; }

    and then add the code in private content field into a text widget in your footer columns.

    Cheers!
    Yigit

    #512463

    Thanks is there a way to center them? Also make them smaller or do they have to play by the same rules as the icons in the header?

    #512831

    Hi!

    Please add following code to Quick CSS as well

    .widget .social_bookmarks li, .widget .social_bookmarks {
        min-height: 50px;
    }
    .widget .social_bookmarks {
        left: 20%;
        position: relative;
    }

    Cheers!
    Yigit

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