Looking to make this box area smaller as referenced in the screenshot.
Too much blank space there, any help is appreciated.
Looking to make this box area smaller as referenced in the screenshot.
Too much blank space there, any help is appreciated.
@Trapesthetics
Hello,
Can You Please Share Your Store URL?
@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
.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