How to left align text in "Email Sign Up" section/block on home page in Refresh theme?

I currently have this.

And Want to make it look similar to this.

Hi @Jp9090

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Go to Online Store > Themes > Edit Code > base.css , after pasting this code to the bottom of the file

.newsletter .newsletter__wrapper{

display: grid !important;

grid-template-columns: 1fr 1fr;

}

.newsletter .newsletter__wrapper .newsletter__subheading.rte{

order:3 !important

}

.newsletter .newsletter__wrapper form{

margin-left:auto !important;

margin-right:0 !important

}

Best Regards;

Pagefly

1 Like

That worked! Would you be able to help with editing the gap/spacing between the Header and the Subheader in that same email sign up as well? Here is how it looks like now. I would also like to center the email fill in block with to the center of the form.

Hello @jp9090 ,

Can you share me the url and then I will check more carefully?

password= rteigh

Hi Pagefl, just wanted to check in here.

password= rteigh

Hi there,

I hope you are well. Would you be able to tell me this code but align it right instead?