How to center a section

Hi, how can I move this section further to the right? S simply I want it to be perfectly centered on the page. I’ll adjust the dimensions myself afterward if needed.

I’d like the width of the section to stay the same—I just want to shift it further to the right so it’s centered. The width of the text and everything else should remain as it is.

Here’s my store: https://1049xn-ya.myshopify.com/

Thanks a lot,
Tim

Hello,

You can add a small code in this section at the custom css part

.image-with-text .grid__item {left: 10% !important;} play around with the percentage to acheive exactly what you are looking for

1 Like