Site logo

Archived topic

Gutenberg Social Icons width | On canvas panel Mobile

3 replies · Started by FunkyCss on December 3, 2021

Viewing posts 1–4 of 4

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 ,

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 :)

This archived topic is closed to new replies.