Hey,
i wanted to make the payment_box bigger. Especialliy for Klarna.
I tried to change width from 90% to 100% and padding from 1em 28px to just 2px. Nothing changed. When i edit the code in Chrome it looks perfect.
I tried adding the code to QuickCSS and into Appearance->Theme-Editor->Enfold->style.css. (The code shown in the screenshots but only width an padding).
Hope you can help me asap.
Thanks! Greetings from Hamburg/Germany
Stav
Fixed it!
I added following code to Appearance -> Customizer:
#top #payment div.payment_box {
background-color: #ffffff;
width: 100%;
padding: 2px;
}