How can I align my newsletter title within the page frame?

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! :slightly_smiling_face:

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!

https://shop.freihof-kuesnacht.ch/

password angeyu

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;
}
  • And Save.

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:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

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

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

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

this would be the result, but I do not get it… :cry:

Yes, i got your point, you can add more this code below:


YAG (You Are Great)… exactly what I neet.

1000 thanx an all the best !!!

:folded_hands:

I am very happy to have helped you. If you have any further problems, don’t hesitate. Have a good day :blush:

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.

I just could manage, to have the subtitle not center but left… but still all items too far left on smaler screens :tired_face:

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!

@Made4uo-Ribe : unfortunattely not… I do not see any difference…