Archived topic
How to get the social links to line up horizontal in off canvas
3 replies · Started by Heath on October 28, 2021
Viewing posts 1–4 of 4
I have social icons that I'd like to get line up horizontally instead of vertical in the off-canvas menu. Is there a way to do that?
Hi Heath,
Try this CSS:
#generate-slideout-menu ul.wp-block-social-links li {
display: inline-block;
}
Worked like a charm.
Glad to hear that :)
This archived topic is closed to new replies.