Solved

Why is my logo list not centered on Prestige theme?

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 1135

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 6 (6)

Zworthkey
Shopify Partner
5581 642 1569

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 1135

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 1135

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
ChrisWinter
Visitor
2 0 0

Hi, can I ask about this again as I can't see where to do it in Prestige 7.3.6. In the Logo list section, the title is centred but logos are not. I have 11 logos to display, the bottom row of 5 is left aligned.