[Resolved] Off-canvas social media icons (widget) side by side

Home Forums Support [Resolved] Off-canvas social media icons (widget) side by side

Home Forums Support Off-canvas social media icons (widget) side by side

  • This topic has 5 replies, 2 voices, and was last updated 2 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2168976
    Nenad

    Hello.
    I would like to have social media icons side by side in off-canvas. But I do not know how to do it.

    I want it to look like this: https://imgur.com/0wjcIlp
    And they look like this: https://imgur.com/qvNy7vl

    Thanks,
    Nenad

    #2169012
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know ๐Ÿ™‚

    #2169036
    Nenad

    Hello Leo, I did!

    #2169106
    Leo
    Staff
    Customer Support

    Try adding this CSS:

    .slideout-navigation .slideout-widget ul.wp-block-social-links {
        display: flex;
    }

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

    #2169124
    Nenad

    Thank you Leo. That’s it.

    I will add one more thing if someone else finds out about this topic/post.

    .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
    font-size: 30px;
    }

    Could not find other way to make social media icons bigger, this works.

    #2170137
    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.