How can I center my logo using the Impulse Theme?

Topic summary

A user seeks help centering their logo in the Impulse theme. After sharing their store URL, a solution is provided:

Steps to center the logo:

  1. Navigate to Online Store > Themes > Edit Code
  2. Open theme.liquid file
  3. Scroll to the bottom and locate the </body> tag
  4. Paste custom CSS code before this closing tag

The CSS code targets the logo element and applies centering styles. The original poster confirms the solution works successfully.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

Hi!

I want to have my Logo in the middle. How could I do that?

Hi @Zoark . Please share the store url.

Here is the link: https://plooshy.co

There is nothing like the screenshot on the password page. May be password page is different from the actual website.

Please check again. Password page is disabled now.

Please do the following.

Step1: Go to Online Store > Themes > Edit Code.
Step2: Find theme.liquid and open it. Scroll to end of the page. Find tag and paste the code below before the tag.


It will fix the problem.

2 Likes

Thanks a lot!

You’re welcome.