How can I add padding and extra images in Debut Theme's custom content section?

Hi guys,

I have used Debut Theme “Custom contenet” section, and I would like to have the following :

1- Add padding to the text.

2- Add extra images “If possible” under image available or inside the text grid. The theme is not allowing that.

Thank you

allianceautoproducts.com

seems like you have somewhat custom theme, your page is wrapped in a page-width css meaning its pushed in with that element and the top element or the class shopify-section div also pushes in those elements. If you don’t know CSS I wouldn’t mess with it but rather hire someone on upwork, if your theme is older which i suspect it is you might need to hire someone who knows old shopify themes

Done with simple coding:

.custom__item-inner–text {
padding:20px
}
.custom__item-inner {
box-shadow: 10px 10px 25px grey;
margin-bottom: 35px;
}

maybe but i think OP wanted a wider column like a full page column not within the page-width

If you can help with mobile view, I will be very greatfull.

This desktop view:

This mobile view:

dang hope you didn’t pay to much for whoever did your website there is some crazy css going on in the back end.