How to make this section area smaller in Craft theme?

Looking to make this box area smaller as referenced in the screenshot.

https://prnt.sc/0fB-wk9DK1ly

Too much blank space there, any help is appreciated.

@Trapesthetics
Hello,
Can You Please Share Your Store URL?

https://b898f2.myshopify.com/

@Trapesthetics
Hello,

.card__information {
	padding: 0;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

This did not work but the picture you sent is exactly how I want it, are you sure you provided the correct instructions?

Thank you for your time

@Trapesthetics

.card__information {
	padding: 0 !important;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Try This code
this solution is useful so please like and accept solution

2 Likes