Solved

Why isn't my logo list centered in the Prestige theme on Shopify?

LachendeKoralle
Tourist
10 0 1

Hi,

I was adding the logo bar section from this tutorial to my Prestige theme, but it´s left aligned, not centered as intended.

I have searched the forum and tried all kinds of different code snippets already, but nothing worked.

Help is appreciated, thank you

Accepted Solution (1)
LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @LachendeKoralle,

Please change the code:

<h2>{{ section.settings.title | escape }}</h2>

=>

<header class="SectionHeader SectionHeader--center"><h2 class="SectionHeader__Heading Heading u-h1">{{ section.settings.title | escape }}</h2></header>

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 5 (5)

Zworthkey
Shopify Partner
5581 642 1565

hii, @LachendeKoralle 
Kindly share your store URL and a screenshot of your problem so,
I can solve your problem perfectly.
Thank You.

LachendeKoralle
Tourist
10 0 1

goodmoon.de/

Screenshot_LogoList.png

 

Thank you in advance

LitExtension
Shopify Partner
4860 1001 1132

Hi @LachendeKoralle,

Please change the code here: https://i.imgur.com/wPV29KM.png => https://i.imgur.com/6gpHyUS.png 

Code:

<ul style="text-align: center;">

Hope it helps!

 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
LachendeKoralle
Tourist
10 0 1

Hi @LitExtension , it worked for the logo icons, but not for the headline

Could you kindly share a code for how I can get the headline centered, too?

Thank you so much!

LitExtension
Shopify Partner
4860 1001 1132

This is an accepted solution.

Hi @LachendeKoralle,

Please change the code:

<h2>{{ section.settings.title | escape }}</h2>

=>

<header class="SectionHeader SectionHeader--center"><h2 class="SectionHeader__Heading Heading u-h1">{{ section.settings.title | escape }}</h2></header>

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify