Move my logo even more to the left on mobile header

My logo is already on the left of the mobile header, but I want it even more and the distance to be exactly the same as I have on the right side. So that is nice and symmetric.

What code should I introduce in my theme, and in which file?

-Theme I use is Taste

-my website is: www.zaligendieren.nl

Thanks for taking time to read my question! :face_blowing_a_kiss: :face_blowing_a_kiss:

@coman

.page-width {
    padding: 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Hey @coman
Add this code in theme.liquid file above


Hi @coman

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

@PageFly-Victor It workes only on the home page, once I navigate on a category or start searching, it looks like before.

@Moeed solution same as @PageFly-Victor it does the same, works only on the first page, but after choosing a category or searching it looks like before

Hello @coman ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

@GemPages Thank you so much for taking your time to solve this issue for me. Your solution worked perfect, now my logo is in the same place for all the pages.

Really appreciate it, have a beautiful day!

Hi @coman ,

Thank you for your response!

I am glad that my solution is helpful to you.

Best regards,
GemPages Support Team