Customize space between subscription heading and email text box on the footer

Customize space between subscription heading and email text box on the footer

AndreaCc
Excursionist
13 0 3

Hi! I would like to know if it's possible to change have a little bit more space between the heading and the email text bar that is located on the footer. I'll attach a picture so you can see better what I mean and btw, I'm using the dawn theme. 

WhatsApp Image 2024-12-02 at 18.31.15.jpeg

The green line is the space I would like to customize

The website is https://wepavape.myshopify.com/en-us  Thanks in advance for those who are reading this

 

Thanks in advance for those who are reading this

Replies 5 (5)

comercioservice
Shopify Partner
283 38 35

hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

.footer-block__heading {
    margin-bottom: 5rem;
}​

result:
comercioservice_0-1733238493443.png

 

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
AndreaCc
Excursionist
13 0 3

Hi! thank you so much for your response, sadly, it is not working for me, I think that is moving the whole footer instead of just the text box or heading!

Pooja-Tiwari
Shopify Partner
24 1 4

Hi,
"little bit more space between the heading and the email text bar that is located on the footer." you want on desktop or mobile view ?

If you Need a Shopify developer and Designer ? Hire us. If helpful then please Like and Accept Solution.
Email : pooja.krishainfotech@gmail.com Whatsapp : 8602888295
Shopify Design Changes | Shopify Custom Coding | Custom Modifications | Store Migration | Product Uploading | Digital Marketing SEO
AndreaCc
Excursionist
13 0 3

Hi! I need it in both desktop and mobile

Pooja-Tiwari
Shopify Partner
24 1 4

Hi,

Please edit section-footer.css file see below :

.footer-block__heading {
margin-bottom: 4rem;
}

 If helpful then please Like and Accept Solution.

If you Need a Shopify developer and Designer ? Hire us. If helpful then please Like and Accept Solution.
Email : pooja.krishainfotech@gmail.com Whatsapp : 8602888295
Shopify Design Changes | Shopify Custom Coding | Custom Modifications | Store Migration | Product Uploading | Digital Marketing SEO