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

How to adjust padding between 2 sections

Solved

How to adjust padding between 2 sections

NikosBat
Navigator
489 1 108

Hello guys, how can I adjust the padding here? I want the padding to be less.

 

1.png

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 599

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 

DaisyVo_0-1750509919264.png

 

Best,

DaisyVo

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

Mustafa_Ali
Trailblazer
523 51 101
<style>
@media screen and (min-width: 768px) {
div#shopify-block-AUE5qSHNaVTVxL2JBU__bogos_io_free_gift_volume_discount_view_k4zYiX {
    margin-top: -2rem !important;
}
}
</style>

Mustafa_Ali_0-1750507455873.png

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

 

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"
NikosBat
Navigator
489 1 108

Thats for desktop views only I guess, thanks

DaisyVo
Shopify Partner
4469 501 599

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 

DaisyVo_0-1750509919264.png

 

Best,

DaisyVo

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
NikosBat
Navigator
489 1 108

Thanks that has solved my problem!