Re: Dawn Footer - Block Padding & 4th Column

Solved

How to increase padding in footer block columns and add a 4th column?

midnight_dawn
Visitor
2 0 0

Hi everyone, 

 

I'm trying to increase the padding of each Footer Block column on Desktop view. At the moment there's no padding between Block 1 & Block 2. I can't seem to find an option for increasing it. 

 

Additionally, I would like to move the Sign up for Newsletter section to make it a 4th column on the footer. Any help would be much appreciated. 

 

Website: https://mwcwatches-au.myshopify.com/

Password: Mwc_2023

 

Thank you! 

Screen Shot 2023-10-26 at 11.58.28 am.png

Accepted Solution (1)

codexecom
Shopify Partner
67 11 17

This is an accepted solution.

Hi @midnight_dawn 

Please follow these instrauction for padding:


Step 1:Goto online store 
Step 2: Edit code
step 3: Search base.css file 
Step 4: paste this code at last of base.css and save it

@media (min-width:750px){
.footer__blocks-wrapper .footer-block.grid__item:nth-child(1) {
padding-right: 45px ;
}
}

for Newsletter part it is possible but we need to code access of your store if you are interested then follow my details . it is free of cost.


 

Please Like & accept the solution.
Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I

View solution in original post

Replies 3 (3)

codexecom
Shopify Partner
67 11 17

This is an accepted solution.

Hi @midnight_dawn 

Please follow these instrauction for padding:


Step 1:Goto online store 
Step 2: Edit code
step 3: Search base.css file 
Step 4: paste this code at last of base.css and save it

@media (min-width:750px){
.footer__blocks-wrapper .footer-block.grid__item:nth-child(1) {
padding-right: 45px ;
}
}

for Newsletter part it is possible but we need to code access of your store if you are interested then follow my details . it is free of cost.


 

Please Like & accept the solution.
Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I
midnight_dawn
Visitor
2 0 0

Amazing! That worked a treat for the padding thanks so much. 

bagsnoori
Visitor
1 0 0

Hi, can you add the newsletter section in the footer as the 5th column in our website. I tried doing it but the newsletter text is getting all scrambled up. I want the newsletter section to have a maximum width and the text to appear as in the font size of the footer menu items font size

bagsnoori_0-1737745871349.png