I recently bought the “Luna” Showcase theme and I would like to change the position of the logo there from top-left to the center where the menu is now, but in the theme settings this setting is not present. Tell me how to change the position of my logo to the center, and the menu from the center to the top-left.
Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url where you want to do modification, so that I will solve your issue here!
hello @MaksymTydnyuk
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
@media only screen and(min-width:1100px){
.links.site-control__inner { display: unset; }
.tier-1 { float: left; }
.logo-h1 { position: relative; top: 39px;}
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->style.scss.liquid
@oscprofessional this snippet is not working. My logo position still top-left and the menu still at the center. I need to swap their positions