Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1047624
    hjzhao
    Participant

    Hi there my social media icons on my footer are aligned to the left. How do I center them?

    I obtained the icons through a social media plugin and then manually entering the following shortcode into the “footer content” through the customizer function.

    [DISPLAY_ULTIMATE_PLUS]

    #1047625
    hjzhao
    Participant
    This reply has been marked as private.
    #1047979
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-colophon.bottom .sfsiplus_norm_row {
    	float: none;
    	margin: 0 auto;
    	position: relative !important;
    }
    

    Hope it helps, Cheers!

    #1048604
    hjzhao
    Participant

    Thankyou! My footer somehow expanded and got bigger when I did that. How do I shrink it down? Thanks!

    Also, do you know how I can get rid of “Social media & sharing icons powered by UltimatelySocial” at the bottom?

    #1048975
    Christopher
    Moderator

    Hi there,

    Please add this :

    footer.x-colophon.bottom {
        padding: 1% 0;
    }
    .sfsiplus_footerLnk,div#sfsi_holder {
        display: none;
    }
    

    Hope it helps.

    #1050657
    hjzhao
    Participant

    Awesome thanks!!

    #1050689
    Thai
    Moderator

    If you need anything else please let us know.

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