Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #316028

    How can I center the Facebook and Twitter icons, side by side, in the icon box on my website home page? The link is provided. Seems so simple, and I can’t figure it out. Thanks.

    #316298

    Hi Ben!

    Thank you for using Enfold.

    Please edit the icon box then enclose the two icons inside a div container. Something like this:

    <div class="center-icon">
    ICON SHORTCODES HERE
    </div>

    Add this on Quick CSS or custom.css:

    .center-icon {
    text-align: center;
    }
    
    .center-icon span {
    display: inline-block;
    float: none;
    }

    Best regards,
    Ismael

    #316773

    Thanks Ismael. This works, and is a technique I will use elsewhere. :-)

    Please consider this a feature request too though — for the ability to center multiple icon shortcodes in an icon box. It seems like a reasonably common thing to want to do, that ought to be code-free.

    Best wishes,

    Ben

    #316778

    Hi!

    Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #319365

    Request made. You can mark this as resolved. Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Two icons side by side in a widget area’ is closed to new replies.