Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1404282

    I saw a couple codes for centering icons under Copyright info, but I need it centered on the entire width of footer. And on mobile.
    thanks

    #1404294

    Hey bemodesign,
    Thank you for the link to your site, do you want both the copyright and icon centered on separate lines or centered next to each other on the same line?

    Best regards,
    Mike

    #1404298

    Just the social media icon.

    But, can I have code for both?

    Thanks

    #1404344

    Hi,
    It looks like you have added the social icon in the copyright field, please remove and use the Social Icons toggle instead
    Enfold_Support_1755.jpeg
    Then try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #socket .social_bookmarks {
        float: none;
        margin: auto;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    this is the expected result:
    Enfold_Support_1757.jpeg

    Best regards,
    Mike

    #1404381

    I did that and I don’t have it in the copyright field. Can you check? I added the login

    #1404415

    Hi,
    Thanks for the login, I found that you had an un-closed “p” tag at the beginning of your copyright, this created an error wrapping your social icons in the same tag, I removed it for you and now your socket looks like my examine. Please clear your browser cache and check.

    Best regards,
    Mike

    #1404426

    thanks!!!

    #1404445

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘center social media icon in footer’ is closed to new replies.