Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #269423
    maxmadeseo
    Participant

    I wanted to increase the size of the social media icons on the footer area. My website is http://hvn.597.myftpupload.com/

    If you notice the three social media icons I have in the footer area are very small. Is there some CSS I can input to increase the size of them?

    #269472
    Skandha
    Participant

    @maxmadeseo: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .social-navigation .icon {
        height: 25px;
        width: 25px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269667
    maxmadeseo
    Participant

    This worked great thanks. Is there a way to adjust the spacing between the icons?

    #269786
    Skandha
    Participant

    @maxmadeseo: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-social-links-menu-2 li {
        margin: 6px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269798
    maxmadeseo
    Participant

    great thanks

    #269883
    Skandha
    Participant

    @maxmadeseo: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/photofocus/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘adjust size of social media icons in footer’ is closed to new replies.