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):
{%- endform -%}
@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
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 
1 Like