Text-image section Make the text centered on the computer version

Hi
I would like to have the text in the middle of the page.

I did write this CSS to reduce the picture size and make the text into one line heading and one line subheading but it still stays on the side on the computer version. (Picture attached. ) The middle of the page is where it says Leader.

h2 {   text-align: Center !important;
  max-width: 3000px; }
text_container: {   max-width: 3000px; }
img {   max-width: 400px; }

So what did I do wrong and how can I make it better?
Thank you

1 Like

Hi @MiraKME

If you only use h1, h2 to h6 as a selector all this headings in your store will be change in to center. The width also advisable to use % percentage so you would not have a problem on the other screen. Can i take a look? WOuld you mind to share your Store URL, not the admin page but the store page. Where costumers can buy. Thanks!

1 Like