Padding minimize only in mobile version

Hello guys, how can I minimize the padding here only in mobile version?

Hi @NikosBat

It will be adjust together on the top padding.

I add top and bottom padding adjust. On this post.

https://community.shopify.com/topic/2892022

Result:

If you like to more less make the padding-bottom: 0.

And Save.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hi @NikosBat

I hope you are well. You can follow our instructions below:

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

Here is the code for Step 3:

@media screen and (max-width: 768px){
div#ImageWithText--template--22800324755788__image_with_text_bteEtd {
    padding-bottom: 0 !important;
}
.section-template--22800324755788__image_with_text_bteEtd-padding {
    padding-bottom: 0 !important;
}
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Thanks DaisyVo, that solved my problem