srtasw
January 6, 2025, 5:13pm
1
Hello, I want to move the logo position to the left a little and also move the search, profile and cart buttons to the Right a little. Can someone help me with this.
I have also problem with the logo resolution. No matter how high res Image I use, It doesn’t stay Sharp.
My URL: https://www.fifthrebel.com/
Thanks.
Moeed
January 6, 2025, 5:18pm
2
Hey @srtasw
Follow these Steps:
Go to Online Store
Edit Code
Find password.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @srtasw ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 990px) {
.header:not(.drawer-menu).page-width {
max-width: 100%;
}
}
HI @srtasw ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
header.header {
max-width: unset !important;
}
Here is the result:
Please let me know if it works!
Best,
Daisy
srtasw
January 8, 2025, 3:32pm
6
The logo also appears to be low resolution, no matter how high i keep the resolution. Can you please help me with that?
Hi @srtasw ,
please send me the code of header.liquid file, I will help you check it
srtasw
January 8, 2025, 4:43pm
8
Thankyou Namphan, for your response. I figured it out.