Css alignment for payment image
Author: Luis J.
Visited 1457,
Followers 2,
Shared 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
Posted on the
Hello. Please provide a link to the product page on your website. I will try to help you.
Author
Hi
The demo website url is https://www.itcyborg.net/jhood/
How do you want to align the icon?
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>
Author
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
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.
Author
Yes - i tried there and no luck.
see video attached
Author
video here
https://share.vidyard.com/watch/E243hgxg6yHf7d2zCC9bbV?
Sorry, this ist the Code...
<style>
#payment-container .payment-container {justify-content: center;}
</style>
Author
Hi again - i have replaced it in same place - same issue still...
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):
The result is this:
Author
Yes! Thank you Giuseppe! its showing correctly now