Archived topic
Gutenberg Social Icons width | On canvas panel Mobile
3 replies · Started by FunkyCss on December 3, 2021
Hi there,
I have inserted a gutenberg social icons block as it is with the medium size in on canvas but it looks really small even if the size is 24.
How can I fix that , is any padding it takes from the container of of canvas ?
Thank you
Hi there,
Do you mean the social icons in the footer?
They don't look too small to me, can you confirm?
https://www.screencast.com/t/WIpZ8qZ
Let me know :)
Hi there ,
No in the footer , inside off canvas menu ( mobile )
:)
It's overriding by the theme setting for primary navigation link.
You can add this CSS:
.wp-block-social-links a {
font-size: 24px;
}
Let me know :)