Search for: Log In Free Support [Resolved] Stripe Logos are very big for my site in the checkout Home › Forums › Support › Stripe Logos are very big for my site in the checkout This topic has 5 replies, 2 voices, and was last updated 6 months, 3 weeks ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 7, 2020 at 1:28 am #1354829 Niklas In the past you provided me with this code: .woocommerce-checkout #payment ul.payment_methods li img { float: none; } .woocommerce img, .woocommerce-page li.payment_method_stripe img { max-width: 60px; } But then also other pictures on the homepage are affected July 7, 2020 at 2:03 am #1354871 DavidStaff Customer Support Hi there, Thy changing this line: .woocommerce img, .woocommerce-page li.payment_method_stripe img { to: .woocommerce-page li.payment_method_stripe img { Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ July 7, 2020 at 2:13 am #1354882 Niklas It’s better, but the logos are still really big. July 7, 2020 at 2:38 am #1354915 DavidStaff Customer Support Remove your other CSS and use this: .woocommerce-checkout #payment ul.payment_methods li img { float: none; max-width: 60px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ July 7, 2020 at 2:39 am #1354916 Niklas Works! Thanky you! July 7, 2020 at 2:51 am #1354930 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In