How can i put the Homepage Menu along side the Company logo?

My website is: www.saktiaviation.com
I want to place the Menu bar alongside the logo, maybe with a smaller font. How can i achieve that?

Hi @sonydheeraj,

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

div#mega-menu-wrap-primary {
    clear: none;
    margin-top: 30px;
}

Best Regards,
Movin

Hey thanks Movin for the solution.
Its resolved. :slight_smile:

You are most welcome here :slight_smile: