How can I increase the distance between the Add to cart button and neighboring blocks Qty. product and Wishlist and Compare [file]1978[/file] in site template? As an example [file]1979[/file]
How can I increase the distance between the Add to cart button and neighboring blocks Qty. product and Wishlist and Compare in site template? As an example
Derkach Dmytriy Employee wrote: Hello. And where did the second screenshot screenshot_2.png come from?
Screenshot taken from https://knz.market/aclima-work-warm-longs-black-l-black-424033001-06/ This site was given to me as an example by the sales department specialist Alina Kislukha when buying a template, how you can customize it. And now I want to set up my template like this.
[quote]
Derkach Dmytriy
Employee wrote:
Hello. And where did the second screenshot screenshot_2.png come from?
[/quote]
Screenshot taken from https://knz.market/aclima-work-warm-longs-black-l-black-424033001-06/
This site was given to me as an example by the sales department specialist Alina Kislukha when buying a template, how you can customize it. And now I want to set up my template like this.
In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it <style> .buy-block .buttons-block a { margin: 0 10px 10px 0; } </style>
In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0;
}
</style>
Derkach Dmytriy Employee wrote: In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it <style> .buy-block .buttons-block a { margin: 0 10px 10px 0; } </style>
What file is this piece of code in? And will it fly off when updating the system?
[quote]
Derkach Dmytriy
Employee wrote:
In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0;
}
</style>
[/quote]
What file is this piece of code in?
And will it fly off when updating the system?
Derkach Dmytriy Employee wrote: In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it <style> .buy-block .buttons-block a { margin: 0 10px 10px 0; } </style>
What file is this piece of code in? And will it fly off when updating the system?
Also interested.
[quote]
Legeza Vyacheslav Valerianovich
FOP Legeza Vyacheslav Valerianovich wrote:
[quote]
Derkach Dmytriy
Employee wrote:
In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0;
}
</style>
[/quote]
What file is this piece of code in?
And will it fly off when updating the system?
[/quote]
Also interested.
Derkach Dmytriy Employee wrote: In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it <style> .buy-block .buttons-block a { margin: 0 10px 10px 0; } </style>
I did not find such an opportunity in the template in the product card. https://prnt.sc/w5akty
[quote]
Derkach Dmytriy
Employee wrote:
In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0;
}
</style>
[/quote]
I did not find such an opportunity in the template in the product card.
https://prnt.sc/w5akty
Derkach Dmytriy Employee wrote: In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it <style> .buy-block .buttons-block a { margin: 0 10px 10px 0; } </style>
I did not find such an opportunity in the template in the product card. https://prnt.sc/w5akty
Use this block Won't crash on update
[quote]
Gorbach Vitaly
Client wrote:
[quote]
Derkach Dmytriy
Employee wrote:
In the above example, a piece of css code is inserted to form indents. You can do the same. Output the code insertion block and paste it into it
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0;
}
</style>
[/quote]
I did not find such an opportunity in the template in the product card.
https://prnt.sc/w5akty
[/quote]
Use this block [file]2006[/file]
Won't crash on update
[quote]
Derkach Dmytriy
Employee wrote:
Use this block
[/quote]
Does not work.
Displayed the script block in the product card https://prnt.sc/w5bpvc added the code https://prnt.sc/w5bqaf no indents https://prnt.sc/w5bqp7
Add !important to make it look like this: <style> .buy-block .buttons-block a { margin: 0 10px 10px 0 !important; } </style> this way you can style any elements
[quote]
Gorbach Vitaly
Client wrote:
[quote]
Derkach Dmytriy
Employee wrote:
Use this block
[/quote]
Does not work.
Displayed the script block in the product card https://prnt.sc/w5bpvc added the code https://prnt.sc/w5bqaf no indents https://prnt.sc/w5bqp7
[/quote]
Add !important to make it look like this:
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0 !important;
}
</style>
this way you can style any elements
Add !important to make it look like this: <style> .buy-block .buttons-block a { margin: 0 10px 10px 0 !important; } </style> this way you can style any elements
[quote]
Derkach Dmytriy
Employee wrote:
[quote]
Gorbach Vitaly
Client wrote:
[quote]
Derkach Dmytriy
Employee wrote:
Use this block
[/quote]
Does not work.
Displayed the script block in the product card https://prnt.sc/w5bpvc added the code https://prnt.sc/w5bqaf no indents https://prnt.sc/w5bqp7
[/quote]
Add !important to make it look like this:
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0 !important;
}
</style>
this way you can style any elements
[/quote]
Added. https://prnt.sc/w5cqr6
Does not work. There are no retreats. https://prnt.sc/w5crnz
Add !important to make it look like this: <style> .buy-block .buttons-block a { margin: 0 10px 10px 0 !important; } </style> this way you can style any elements
Substitute values in margin. There are 4 values, they mean top right bottom left out of the way For example, if an element is given margin: 15px 25px 30px 45px, then it will have such margins top - 15px, right 25px, bottom 30px, left 45px
[quote]
Gorbach Vitaly
Client wrote:
[quote]
Derkach Dmytriy
Employee wrote:
[quote]
Gorbach Vitaly
Client wrote:
[quote]
Derkach Dmytriy
Employee wrote:
Use this block
[/quote]
Does not work.
Displayed the script block in the product card https://prnt.sc/w5bpvc added the code https://prnt.sc/w5bqaf no indents https://prnt.sc/w5bqp7
[/quote]
Add !important to make it look like this:
<style>
.buy-block .buttons-block a {
margin: 0 10px 10px 0 !important;
}
</style>
this way you can style any elements
[/quote]
Added. https://prnt.sc/w5cqr6
Does not work. There are no retreats. https://prnt.sc/w5crnz
[/quote]
Substitute values in margin. There are 4 values, they mean top right bottom left out of the way
For example, if an element is given margin: 15px 25px 30px 45px, then it will have such margins
top - 15px, right 25px, bottom 30px, left 45px
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up