Solved

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

Molly8
Trailblazer
225 16 31

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

Newsletter.png

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

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

Replies 12 (12)

Molly8
Trailblazer
225 16 31

Sorry forgot to mention, its Minimal theme.

dmwwebartisan
Shopify Partner
12289 2547 3698

@Molly8 

Please share your store URL.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Zworthkey
Shopify Partner
5581 642 1569

 

@Molly8 

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

 

Add this code in timber.scss

Thank you.

Molly8
Trailblazer
225 16 31

mollycoddle-meg.myshopify.com

Password - preepi

Kind regards

Molly8
Trailblazer
225 16 31

Screenshot from 2021-08-23 16-42-27.png

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

Zworthkey
Shopify Partner
5581 642 1569

 

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

 

Add this

Zworthkey
Shopify Partner
5581 642 1569

Screenshot - 2021-08-23T201645.347.png

 

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@Molly8 
Check out new code.

Molly8
Trailblazer
225 16 31

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?

Screenshot from 2021-08-23 17-02-32.png

Kind regards

Zworthkey
Shopify Partner
5581 642 1569

Used updated code. I have given

Molly8
Trailblazer
225 16 31

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

Kind regards

Zworthkey
Shopify Partner
5581 642 1569

Give me one sec let me check and fix it.