Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1176688
    Steve C
    Participant

    Hi guys,

    I’ve managed to change the order of the footer items using the footer.php file in the Child theme. However I’ve lost some padding between the socmed icons and the copyright?

    Also, is there something I can add somewhere to increase the size of the socmed icons?

    Many thanks (will attach link to site privately, it’s not live yet.

    SW

    #1176689
    Steve C
    Participant
    This reply has been marked as private.
    #1176904
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > custom > CSS

    .x-colophon.bottom .x-social-global {
        font-size: 20px;
    }
    .x-colophon.bottom .x-social-global a {
        font-size: 23px;
    }

    Hope that helps,

    Joao

    #1179501
    Steve C
    Participant

    Hi Joao,

    That’s worked great for the Social Media icons size, thank you.

    I still have the issue with the padding between the icons and the copyright at the bottom?

    Many thanks,

    Steve

    #1179832
    Rue Nel
    Moderator

    Hello Steve,

    Thanks for the updates! To manage the spacing between the elements in your footer, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-colophon.bottom .x-nav,
    .x-colophon.bottom .x-social-global,
    .x-colophon.bottom .x-social-global {
        margin-bottom: 30px;
    }

    Hope this helps. Please let us know how it goes.

    #1197041
    Steve C
    Participant

    Thanks Rue!

    #1197048
    Lely
    Moderator

    You’re welcome Steve!

    Cheers!

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