I’m using Warehouse Theme.
I want to centre the header logo image in the mobile & desktop versions. Can someone help?
Hi @Fariss ,
Please share your store URL and password of front view.
So that I will check and let you know the exact solution here.
Best regards.
@Fariss
Welcome to Shopify Community.
it’s customization work for that you have to hire a developer,
let me know if you need any more help.
Hello @DelightCart
Greetings!!
Please follow the below steps,
-
Online store->themes->Actions->edit code->assets->theme.css
-
Paste this below code
header.header .header__action-list {margin-left:0;}
header.header .header__inner {
flex-wrap: inherit; align-items: center; justify-content: space-between;
}
Let me know if you have any other queries
Hello @Fariss
I have updated code, please replace with it
Please follow the below steps,
-
Online store->themes->Actions->edit code->assets->theme.css
-
Paste this below code
header.header .header__action-list {margin-left:0;}
header.header .header__inner {
flex-wrap: inherit; align-items: center; justify-content: space-between;
}
@media only screen and (min-width: 400px) and (max-width:600px) {
header.header .header__inner .header__logo { margin-left: 75px; }
}
Output:
Let me know if you have any other queries, if you got an answer and solution please like and Mark it as an Accepted Solution



