Switching the Logo and Menu in the Header Section

Hey ColorLib-Team,

first of all thanks for making such an amazing Template. I am creating my first website and your template just makes it super intuitive.

My question is how can I switch the position of my logo and the menu in the header section? I would like to have it exactly the other way around and can’t seem to figure it out.

My website is: http://www.daqso.com

Thanks in advance and have a great week,

Adriaan

Hello there,

I hope you are doing well today.

You can use the following CSS code to move the elements by going to Appearance > Customize > Additional CSS and pasting it there.

/*Menu Logo Position Switch*/ .col-sm-4 { float: right; }

#header .top-header .header-navigation {
float: left;
}

.col-sm-4.col-xs-8 img {
float: right;
}

Best Regards,
Support

Hey,

it worked. Thanks so much for the support!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support