Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099285
    mikedoughty
    Participant

    Hi,

    I’ve been trying to find some basic instructions on how to add my social media icons to my footer widget, like they show in the to navigation ie in a row with spacing in between.

    Home New

    Not having any luck in being able to do this.

    I would also like to be able to adjust the size of them so it’s appropriate for the footer.

    Any help would be much appreciated.

    Thanks, Mike

    #1099525
    Prasant Rai
    Moderator

    Hello Mike,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    footer.x-colophon.top .x-social-global a {
        padding: 8px;
        font-size: 30px;
    }

    Thanks.

    #1099542
    mikedoughty
    Participant

    Hi,

    Thanks, I’ve added that code to the customize, however it’s not made any difference.

    Any other thoughts?

    Thanks, Mike

    #1099631
    Friech
    Moderator

    Hi Mike,

    Please find the block of custom css below of your customizer and add the missing closing bracket ( } )

    .ezy-full a .ezy-b,
    .ezy-full a .ezy-p,
    .ezy-full a .ezy-y {
        width:33.3%;

    After that add the custom css we provided above or this:

    .footer.x-colophon.top .x-social-global {
    	    margin-left: 7px;
        font-size: 24px;
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1099285 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>