WebSite X5Help Center

 
Luis J.
Luis J.
User

Css alignment for payment image  en

Auteur : Luis J.
Visité 1155, Followers 2, Partagé 0  

Does anyone know where to set the aligment for the logo here?
Happens with Paypal and Custom payment logos, i need it to be centered. I've tried looking in chrome debug viewer but was unsuccseful 

see image

Posté le
13 RéPONSES - 2 UTILE - 1 CORRECT
Aleksej H.
Aleksej H.
Moderator

Hello. Please provide a link to the product page on your website. I will try to help you.

Lire plus
Posté le de Aleksej H.
Aleksej H.
Aleksej H.
Moderator

How do you want to align the icon?

Lire plus
Posté le de Aleksej H.
Andreas S.
Andreas S.
Moderator

Apparently a command was forgotten here in the code.
Try to insert this code (before the </head> tag).

<style>

#payment-container {justify-content: center;}

</style>

Lire plus
Posté le de Andreas S.
Luis J.
Luis J.
User
Auteur

Andrea

I tried putting that code in the section "Statistic and Code" - before closing HEAD tag and also in shopping cart before head tag - no success

Lire plus
Posté le de Luis J.
Andreas S.
Andreas S.
Moderator

O.K. go under "4" to Onlineshop: warenkorb & checkout and there on "Properties" tab "Advanced" and insert the code there.
Then press CTRL+Preview button and upload.

Lire plus
Posté le de Andreas S.
Luis J.
Luis J.
User
Auteur

Yes - i tried there and no luck.

see video attached

Lire plus
Posté le de Luis J.
Andreas S.
Andreas S.
Moderator

Sorry, this ist the Code...

<style>

#payment-container .payment-container {justify-content: center;}

</style>

Lire plus
Posté le de Andreas S.
Luis J.
Luis J.
User
Auteur

Hi again - i have replaced it in same place - same issue still...

Lire plus
Posté le de Luis J.
Giuseppe Guida
Giuseppe Guida
User

Go to STEP 1 Settings> Statistics and Code> Code> Custom Code> Before Closing the HEAD Tag and enter this code:

<style>
#cart-container .payment-container {
justify-content: center !important;
}
</style>

See the screenshot below (the language is Italian, I live in Italy):

Lire plus
Posté le de Giuseppe Guida
Giuseppe Guida
Giuseppe Guida
User

The result is this:

Lire plus
Posté le de Giuseppe Guida
Luis J.
Luis J.
User
Auteur

Yes! Thank you Giuseppe! its showing correctly now

Lire plus
Posté le de Luis J.