A space to discuss online store customization, theme development, and Liquid templating.
I'm trying to center my logo & navigation on the theme ELLA with the 6.0 update.
Solved! Go to the solution
This is an accepted solution.
yes, try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1025px) {
.header-top--right {
width: 100% !important;
}
.header-top--left {
position: absolute;
left: 0;
right: 0;
margin: 0px auto;
}
.list-menu.text-left {text-align: center;}
}
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
yes, try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1025px) {
.header-top--right {
width: 100% !important;
}
.header-top--left {
position: absolute;
left: 0;
right: 0;
margin: 0px auto;
}
.list-menu.text-left {text-align: center;}
}
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!