Centre Logo List on Dawn Theme

I would like to have my logo list centered please as I only have one logo and it looks silly being on the left side. Is anyone able to help me with this coding on the dawn theme? ( Please note - I have added the logo list coding myself)

1 Like

Hi @RC94

Could you share your code?

Hi @RC94 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hello @RC94

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.logoList--container ul { display: flex !important; justify-content: center; align-items: center; max-width: 100%; } #shopify-section-template--23195429404950__logo_list_mMkTQ9 h2{ text-align: center !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

AMAZING ! Thank you & how can I make the text for the logo list to also be center please?

1 Like

Hi @RC94 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

AMAZING! THANK YOU IT WORKED

1 Like

@RC94 , No problem. Have a good day :heart_eyes: