Move Social Media Icons to the right

Hi,

Im a beginner and building up my site, I kinda need help moving the social media icons in the header to the right? http://heres2goingplaces.com

Thanks!
Jannah

Hi Jannah,

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 -> Additional CSS

.navbar-default .navbar-nav> li.social-icon {
    float: right;
}

.nav.navbar-nav,
.navbar-default .navbar-collapse {
    width: 100%;
}

Best Regards,
Movin

Wow! Thanks a lot! This works!!!

You are most welcome here :slight_smile: