Center image and change separation distance between two elements

Hi everyone, I have a custom code for the products page. I would like to make small changes: how to increase the space between the “Compre Já” button and the payment method images? (maybe 10 px) and also how to center the “Página 100% Segura” image?. Can someone help me?

My site is: smartcasasshop.com.br

My code is (XXX IS THE IMAGE WEB LINK):

master master master master master master {%- endform -%}
master

Thanks!!

@niraj_patel

@Danielpochapski

please use the code above

layout >> theme.liquid

only payment icons space.

span.methods-of-payment { padding-top: 10px; display: inline-block; }

and for image replace the tag of compra 100% with given code firstly

master

after that paste given below code

.compra_tc { max-width: 440px; text-align: center; margin-top: 10px; }

1 Like

Thanks @niraj_patel . You are the GOD!

@Danielpochapski , please don’t say this I’m not GOD, i am here for just helping. Thanks :slightly_smiling_face:

1 Like