themovation / th-widget-pack

Theme Widget Pack
19 stars 6 forks source link

New style for Payments Accepted widget item #108

Closed ryanlabelle closed 7 years ago

ryanlabelle commented 7 years ago

If the payments accepted widget item does not contain an image, I'm wrapping it in a span with a class of .th-payment-no-img

I was thinking of a simple border style with some margin, padding.. can you put something in place?

span.th-payment-no-img { margin: 5px; padding: 5px; border: 1px #eee solid; }

https://cl.ly/21113R16050H

https://cl.ly/1N3C3Q3X0q12

Thanks

teaganm commented 7 years ago

Cool, good idea. Implemented.