I’m using Dawn and Shogun. I would love to be able to put the standard newsletter signup in an area with Shogun, if not I would like to rearrange it above the footer. In the pic, the top one is what I want it to look like (imagine the actual form is on the right, text on the left. The one below that is the standard, which would look fine for smaller screens.
Here’s a URL so you can see it:
https://c91bce.myshopify.com/
See attached screenshot, and thank you so much!
Hi, @Advancedbiology .
Follow these steps.
Goto Customized theme > edit code open the file newslatter.liquid add this div.
And add close tag here.
Next Steps :
Go to the online store theme and go to base.css file paste the code mentiond below.
.main-sign {
display: flex;
flex-direction: column;
text-align: left;
}
.section-template--19556170563895__2b1c90a9-4323-4ba2-a740-d0421058e1d5-padding {
display: flex;
justify-content: space-around;
align-items: center;
}
Result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
I did all of that, but it looks like this:
Hi, @Advancedbiology .
You Missing this css.
.newsletter__wrapper {
display: flex !important;
justify-content: space-around !important;
}
Is your website result:
1 Like
Thank you, works great! There are some strange behaviors when signing up, or trying to re-sign up, etc. but I will start a new thread on that.