Archived topic
Align block element to right of secondary menu
3 replies · Started by Elizabeth on July 26, 2022
Hi. I'm developing a new site that is currently in the wireframe stage. Here's the link to the staging site.
I've enabled the secondary menu and want to add social icons to the right of this menu. I have a block element with the social icons, and the hook name is 'inside_secondary_navigation'.
This aligns the icons to the left of the menu. What do I need to do to move the icons to the right of the menu?
Hi Elizabeth,
Try adding this CSS in Customize > Additional CSS:
#secondary-navigation > .inside-navigation > .wp-block-social-links {
order: 1;
}
Hope this helps!
Thank you very much! This is simple and it worked perfectly!
You’re welcome Elizabeth!