logo & menu bar position

hi

how to changes position of logo image from left to right side and menu bar from left side to right side ?

thanks

Hi @nambawanob,

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 -> Shapely Options -> Other

.main-navigation .module.left.site-title-container {
    float: right;
}
.main-navigation .module-group.right {
    float: left;
}

Best Regards,
Movin

Hi Movin,

thanks for reply, i have added the css code but it not working, position of logo and nav bar still same.
my site is tvpn.co.id

Hi Movin,

sorry, my mistake, its working.

thanks

You are most welcome here :slight_smile: