Hi guys. I am using the solodrop theme on my shopify store. There is no option to move my logo to the left hand side of my header. There is also like an inch of white space between one of my pages. Can anyone help me with this?
Hi @wachin
This is David at SalesHunterThemes.
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Hey @wachin
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hello @wachin
Please provide your store URL, so I can review it and provide a solution.
Here is the url
Here is the url
https://infinite-selections.com/https://l026a3hnncnzo5k0-80777707823.shopifypreview.com
Here is the url
https://infinite-selections.com/https://l026a3hnncnzo5k0-80777707823.shopifypreview.com
Hi @wachin ,
You can try this way:
Step 1: You can go to edit code
Step 2: Find your css file
Step 3: Add the code:
.nav.header__nav.header__nav--left:nth-child(1) {
order: 2;
}
.header.header__logo:nth-child(2) {
order: 1;
}
.nav.header__nav.header__nav--right:nth-child(3) {
order: 3;
}
.header__nav--left {
width: 120%;
}
Good luck @wachin !

