Making Margin Smaller in a Section Prestige

Good day,

I recently hired a developer to make me this section but he stopped answering after that.

I want to make the section smaller but fail to do so myself, the section is callled “image-with-text-columns.liquid”

This is it now:

This is the desired result:

I really cant find the css file for this and how to apply the changes,

I would really apreciate some help with this!

Store url: https://donutsole-hu.myshopify.com/

Password: twilye

Thank you very much in advance!

Try adding this to the bottom of custom.css

@media screen and (min-width:1140px) {
 .oc_image_text_cols {
  padding:0 150px;
 }
}
1 Like

Hi,

Please share you store link with passward.

I will check it out and guide you further.

Than you

@Nick_Marketing Thank you very much that worked perfectly

1 Like