Archived topic
The top bar of the theme
3 replies · Started by zalomaral on December 4, 2022
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!
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;
}
Thanks for your support, I have created a block element with GenerateBlocks and it is perfect.
Best regards!
You're welcome, Zalomaral!