Molly8
August 23, 2021, 1:06pm
1
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
Molly8
August 23, 2021, 1:07pm
2
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.
Molly8
August 23, 2021, 2:38pm
5
mollycoddle-meg.myshopify.com
Password - preepi
Kind regards
1 Like
Molly8
August 23, 2021, 2:44pm
6
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
Molly8
August 23, 2021, 3:03pm
10
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
Molly8
August 23, 2021, 3:21pm
12
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.