Archived topic
Socials Next to each other in Canvas Meue
3 replies · Started by _blank on March 24, 2021
Viewing posts 1–4 of 4
Hello,
I have added my socials to my canvas menue on mobile and they are under each other which is not looking very good: https://prnt.sc/10uu9lu
Is there a way to show them horizontal instead of vertical in the menue?
Thanks so much for your help
Best
Hannah
Hi there,
Try adding this CSS:
ul#menu-off-canvas-menu li#menu-item-41816, ul#menu-off-canvas-menu li#menu-item-41817, ul#menu-off-canvas-menu li#menu-item-41818 {
display: inline-block;
width: auto;
}
Here's how to add CSS:
https://docs.generatepress.com/article/adding-css/
wow that looks great! Thank you so so much :)
No problem. Glad you got it sorted. :)
This archived topic is closed to new replies.