Align Right - Menu and Social Icons

Good Evening,

I am trying to move the Menu and social icons of my friends blog to align with the right margin. Currently the group is aligned left.

I have looked up a couple css fixes but none seem to move the whole menu as a group. I would like the social icons close to fully aligned with the right margin and the text menu entries on the interior of them.

Her blog is: http://www.dreaminginsatin.com

Thanks in advance,
N

Hi N,

I hope you are well today and thank you for your question.

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

.site-header .navbar-collapse.collapse {
    float: right;
}

Best Regards,
Movin