[Resolved] Line Up Title With Social Icons

Home Forums Support [Resolved] Line Up Title With Social Icons

Home Forums Support Line Up Title With Social Icons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1133352
    Blake

    Hi there,

    I’d like to vertically center the title(Follow Us) of my Social Icons in my footer, with the social icons, so they’re all on one nice clean line. I’m close, but could use some help.

    Here’s an image of where Im’ at:
    footer help

    Best,
    Blake

    #1133400
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .footer-widgets #lsi_widget-2 {
            display: flex;
        }
        .footer-widgets #lsi_widget-2 h2.widget-title {
            padding-right: 15px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #1133415
    Blake

    Hello Leo! You’re a genius, thank you so much!

    #1133416
    Leo
    Staff
    Customer Support

    I edited the CSS above a bit so it’s desktop only πŸ™‚

    #1133419
    Blake

    Copy that, Leo! Many thanks for all your help. You’re the reason I bought this theme, and I’ll be sure to leave a great review on your behalf πŸ™‚

    Best,
    Blake

    #1133420
    Leo
    Staff
    Customer Support

    Thank you sir!

    Appreciate it πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.