Waltt - Sales Sniper : Configuration Tutorial
Line jumping
To add a line break to an existing line:
In the "html code" part add a <br> at the point where you want to make a line break
Gap between lines
To reduce the gap between the lines, you can add in the file default.scss.liquid or similar :
/* #Sales Sniper ================================== */
li.product_extra_item {
margin-bottom: 0px;
}
To add a line break to an existing line:
In the "html code" part add a <br> at the point where you want to make a line break
Gap between lines
To reduce the gap between the lines, you can add in the file default.scss.liquid or similar :
/* #Sales Sniper ================================== */
li.product_extra_item {
margin-bottom: 0px;
}
Updated on: 25/10/2022
Thank you!