How can I align my newsletter body text with the header?

Hi

Can anyone help me in moving the body text where the arrow is pointing, over to the right slightly so it is in line with the header ‘Subscribe To Our Newsletter’

Kind regards

Hi, can anyone help in moving the body text (where the arrow is pointing) over to the right slightly so it lines up with the header, thanks.

Kind regards

Sorry forgot to mention, its Minimal theme.

1 Like

@Molly8

Please share your store URL.

@Molly8

.section-header.section-header--small h2 {
    margin-right: 80px !important;
}

Add this code in timber.scss

Thank you.

mollycoddle-meg.myshopify.com

Password - preepi

Kind regards

1 Like

Hi, this is what that piece of code has achieved. I would like the header in a straight line level with the body text, if possible please.

Kind regards

.section-header.section-header--small h2 {
margin-right: auto !important;
 display: inline-block;
}

Add this

@Molly8
Check out new code.

1 Like

Hi

The Newsletter section is great now, thanks! But unfortunately my heading ‘Collections’ in my rich text section underneath the main page header is over to the left. Can that be centred again?

Kind regards

Used updated code. I have given

Hi, yes I used the updated code and that sorted the Newsletter fine but changed the heading ‘Collections’.

Kind regards

Give me one sec let me check and fix it.