[Resolved] Header with logo on left and social media icon widget to right

Home Forums Support [Resolved] Header with logo on left and social media icon widget to right

Home Forums Support Header with logo on left and social media icon widget to right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #913712
    Donna

    Hi there,

    We wanted to have our logo on the left and social media icons to the right and have it be above the navigation.

    This is the result:

    https://herpodium.com/

    We accomplished this by having the header left aligned and then added padding.

    But on mobile, the social media icons disappear. I “think” I need to use hooks to get them to appear on mobile but haven’t used them before.

    Is this the best way to accomplish what I’d like to do?

    THank you!

    Donna

    #913729
    Leo
    Staff
    Customer Support

    Hi there,

    So are you happy with the current layout on desktop?

    As for mobile, can you try reducing the header padding with mobile toggle first?
    https://docs.generatepress.com/article/header-padding/

    Let me know ๐Ÿ™‚

    #913740
    Donna

    Hi Leo,

    Yes! Thank you! That worked!

    Is there a way for me to center the social media icon widget?

    Donna

    #913745
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .header-widget .lsi-social-icons {
            text-align: center;
        }
    }

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

    #913780
    Donna

    Thank you!

    Donna

    #913824
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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