Archived topic
Change layout of social media menu icons under mobile off-canvas view
2 replies · Started by Robert on November 14, 2019
Viewing posts 1–3 of 3
Can you help me with the layout of the social media icons in the mobile menu view? They are stacked vertically vs laid out nicely horizontally. I would like to also bump them up in size a bit ideally.
I figured out the CSS for this copying the CSS for the sidebar menu:
#menu-social-sider-1 li {
display: inline-block;
margin: 0 20px;
}
#menu-social-sider-1 .menu-item i._mi {
font-size: 1.6em;
}
Glad you figured out!
This archived topic is closed to new replies.