Dear Movin,
I have just added social media icons to my menu bar.
I’ve created a shortcode using the Access Press Social Icons Plugin and have then added the shortcode to my menu with the Shortcodes in Menu Plugin.
As you can see on my website (www.dorohenrietta.com), the icons don’t align with the rest of the menu - how can I achieve that?
Furthermore, is it possible to move the social media icons, so that they are placed left of the search bar?
Thanks in advance!
Just took out the shortcode in the mean time as it looks weird, but here’s a screenshot!
movin
3
Hi @dorohenrietta,
Thank you for your question.
Please add the social icons back to the menu on your site so that i can help you to align them.
Kind Regards,
Movin
movin
5
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
.navbar-nav li .aps-social-icon-wrapper {
margin-top: 20px;
}