All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello guys, how can I adjust the padding here? I want the padding to be less.
Solved! Go to the solution
This is an accepted solution.
Hi @NikosBat
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.min.css and add this code at the end of the file
.bogos-discount-view-block {
margin-top: -10px !important;
}
Result
Best,
DaisyVo
<style>
@media screen and (min-width: 768px) {
div#shopify-block-AUE5qSHNaVTVxL2JBU__bogos_io_free_gift_volume_discount_view_k4zYiX {
margin-top: -2rem !important;
}
}
</style>
hey @NikosBat dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution
Thats for desktop views only I guess, thanks
This is an accepted solution.
Hi @NikosBat
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.min.css and add this code at the end of the file
.bogos-discount-view-block {
margin-top: -10px !important;
}
Result
Best,
DaisyVo
Thanks that has solved my problem!