Site logo

[Resolved] The top bar of the theme

Home Forums Support [Resolved] The top bar of the theme

Home Forums Support The top bar of the theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2449637
    zalomaral

    Hello, in the top bar of the theme I have inserted a block of social icons. I’ve set it up so that the icons appear in a horizontal line and aligned to the right. Finally, they don’t appear like this, they appear aligned to the right, but in four different lines.
    How to place them in a single line, one icon after the other?

    Thank you very much. All the best!

    #2449733
    Fernando
    Customer Support

    Hi Zalomaral,

    Our recommendation would be to use GenerateBlocks instead to create the social icons. Here’s a video for reference: https://www.youtube.com/watch?v=yAleVWQi5EA

    Otherwise, you can try adding this CSS through Appearance > Customize > Additional CSS:

    .top-bar .wp-block-social-links {
        display: flex;
        flex-direction: row;
    }
    #2450518
    zalomaral

    Thanks for your support, I have created a block element with GenerateBlocks and it is perfect.

    Best regards!

    #2450949
    Fernando
    Customer Support

    You’re welcome, Zalomaral!

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