Beat99
August 24, 2023, 6:32pm
1
Hy dear
I have the newsletter (registration) somwhere in the middle of the shop-page (not in the footer).
If I align the title for newsletter left, it apperas on the verry left (as a page-with of 100%). Looks strange… Is it possible to align the title for the newsletter left, but inside the frame of the whole shop-page (with 1100 px).
Thany You verry much for help!
Moeed
August 24, 2023, 6:34pm
2
Hey @Beat99
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hi @Beat99
Would you mind to share your Store URL website? with password if its protected. Thanks!
Beat99
August 24, 2023, 6:44pm
4
Beat99
August 24, 2023, 6:47pm
5
ok, I just did (see above). Thanx!
Thank you for the information. Try this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.newsletter__subheading.rte {
margin-left: 0px
}
#shopify-section-template--15408790700203__164424670742db1c3b h2 {
text-align: left !important;
}
form#contact_form {
margin-left: 0px;
}
.newsletter__wrapper.color-background-1.gradient.content-container.isolate.content-container--full-width.section-template--15408790700203__164424670742db1c3b-padding {
margin-left: 20px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Beat99 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Go to Online Store → Theme → Edit code
Open your theme.liquid file
Paste below code before :
Best regards,
Anthony
Beat99
August 24, 2023, 7:40pm
8
wow, 1000 thany Anthony! It works!
… sorry for another Question: Is it also possible to align the subtitle an the field for the Mail-Address the same?
Gratings from Beate
Beat99
August 24, 2023, 7:44pm
9
Dear Ribe_Dagandrara
Thanx… but … now the items appear on the verry left but the title is still in the center…
Best regards
I don’t quite understand what you mean, does it look like this
Beat99
August 24, 2023, 8:10pm
11
oh, sorry, my english ist to bad…
the title (Newsletter) is in the correct position.
the subtitle (Melden Sie sich an…) is still align center and shohld be align left
the field for E-Mail is still align center and shohld be align left
Beat99
August 24, 2023, 8:23pm
13
this would be the result, but I do not get it…
Yes, i got your point, you can add more this code below:
Beat99
August 24, 2023, 9:05pm
15
YAG (You Are Great)… exactly what I neet.
1000 thanx an all the best !!!
I am very happy to have helped you. If you have any further problems, don’t hesitate. Have a good day
Beat99
August 25, 2023, 8:20pm
17
Dear Anthony
sorry, me again… it seams not quite to be responsive…
On my iPad it looks like this (1st picture: items too far left) and on my handy (2nd picture: title too far left, subtitle stil center and mail too far left).
Greatings from B.
Beat99
August 25, 2023, 8:32pm
18
I just could manage, to have the subtitle not center but left… but still all items too far left on smaler screens
Hi @Beat99
Maybe this help.
Open your theme.liquid file and paste it ont before the tag.
And save.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Beat99
August 25, 2023, 11:03pm
20
@Made4uo-Ribe : unfortunattely not… I do not see any difference…