-
ultracello
In the mobile menu all is looking fine at the moment but the not the social media icons. Is it somehow possible to make them align center like the other menu points?
At the moment it looks like this: https://imgur.com/a/zZTnMwg
Thank you for your support.
-
Hi there,
The structure is not what I would do, but if you are not adding more menu items then it should work this CSS:
#generate-slideout-menu li.menu-item-float-right { margin-left: auto; }
If I were you, I would create a block element – hook, set the hook to
after_slideout_navigation
, add a container block, then add 4 social icons in it, you can use the flexbox alignment matrix to align the icons. -
ultracello
Thanks, it works fine!
-
Nice 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.