Hi all, I apologize if I'm posting this in the wrong place... I'm trying to make my Klarna icon bigger on my shopify product pages... (See photo attachment with red arrows pointing to Klarna Icon.)
My shopify website is nwdetectors.shopify.com
or the URL is nwdetectors.com
Thank you in advance!!!
@keph36
Your Klarna is being loaded within an Iframe which makes it impossible to be customized.
However, we can do a little tricky to make it slightly bigger. This is the biggest it can get in your current situation:
So, to fix it in 20 seconds:
1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:
form .product-form--atc + div[style]{
transform: scale(1.1);
}
@media (min-width:930px){
form .product-form--atc + div[style]{
transform: scale(1.14);
}
}
Please let me know whether it works.
Kind regards,
Diego
As aforementioned, this is the only possible way to customize it.
At least when I personally worked with Klarna in the past I was not able to customize any of their built-in styles.
Kind regards,
Diego
Hi @keph36 ,
The Klarna On-Site Messaging team is continually working to provide additional on-site messaging functionality and enhancements. A new auto-sized placement is now available which should be as wide as its parent element. (Height depends on the content height. To increase the height, one can use customization to increase top/bottom padding and/or line spacing.)
Please try choosing the "Product Detail - Price Detail 100 x 0" placement in your store, instead of the current "Product Detail - Price Detail 335 x 0" to see if that width works better for your needs.
If that doesn't resolve your issue, please open a Klarna On-Site Messaging app for Shopify support case via skosm@klarna.com and we can review your store more directly.
User | Count |
---|---|
25 | |
20 | |
19 | |
16 | |
15 |