Debut theme - newsletter layout design

Laura400co
Tourist
8 0 4

Hi, I'd like to make my newsletter section within the debut theme on the site 400co.com.au look like the below image. Currently the text is stacked on top and there is large padding around the text - is there a code I can insert to make this happen?  I have tried using code suggested for another website on here but it does not work on my site.

Screen Shot 2021-01-18 at 12.26.54 PM.png

Replies 4 (4)

KetanKumar
Shopify Partner
36843 3636 11978

@Laura400co 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Laura400co
Tourist
8 0 4
Kinjaldavra
Shopify Partner
2302 570 1423

hello @Laura400co 

please Go to Online Store->Theme->Edit code then go to assets/stylesheet.css ->paste below code at the bottom of the file.

#newsletter{
	
	padding: 50px 0;
        margin: 12px 0;
}

 

KetanKumar
Shopify Partner
36843 3636 11978

@Laura400co 

can you please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

.template-index .newsletter-section {
    padding-top: 50px !important;
    padding-bottom: 50px;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing