Move the logo position

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.

Hey @srtasw

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find password.liquid file

  4. 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

It didn’t Change

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

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

Thankyou Namphan, for your response. I figured it out.