How to reduce footer padding?

Solved

How to reduce footer padding?

emilyaugstudios
Pathfinder
122 1 58

Hi community, does anyone know the best way to remove padding/extra space from the bottom of my website footer? I have added an image reference below, currently there is a lot of excess space at the bottom which I would want to make smaller.

 

Many thanks!

 

URL (Symmetry theme) – https://pantee.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=144118972631

 

Screenshot 2024-09-11 at 13.30.17.png

Accepted Solution (1)

dws_pvt_ltd
Shopify Partner
329 65 91

This is an accepted solution.

@emilyaugstudios, Hello! Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open base.css" OR "theme.css".
6. Add the following code at the end of the file.

 

 

.section-footer__row.section-footer__row-lower {
    padding: 0;
}

 

Add below code in the "main.css". Find this class CSS and set padding bottom to 40px. 

@media (min-width: 768px) {
    .section-footer__row--blocks {
        margin-bottom: -50px;
        padding-top: 60px;
        padding-bottom: 40px; 
    }
}

dws_pvt_ltd_0-1726058246125.png

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.

View solution in original post

Replies 3 (3)

dws_pvt_ltd
Shopify Partner
329 65 91

This is an accepted solution.

@emilyaugstudios, Hello! Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open base.css" OR "theme.css".
6. Add the following code at the end of the file.

 

 

.section-footer__row.section-footer__row-lower {
    padding: 0;
}

 

Add below code in the "main.css". Find this class CSS and set padding bottom to 40px. 

@media (min-width: 768px) {
    .section-footer__row--blocks {
        margin-bottom: -50px;
        padding-top: 60px;
        padding-bottom: 40px; 
    }
}

dws_pvt_ltd_0-1726058246125.png

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.

BSS-TekLabs
Shopify Partner
2322 689 811

- Here is the solution for you @emilyaugstudios 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media (min-width: 768px) {
    .section-footer__row-lower {
        display: none !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726058330304.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

rebecca_keatsu
Shopify Partner
5 0 1

Hello Emilyaugstudios,

 

First option, you can can update it from editor but I am sure you can't update it from editor.

 

Second, I have attached 2 screenshots, Please check highlighted CSS, I have updated number from your original one. Still if you want you can update it from your CSS file. It seems, you have created main.css file where line no: 5318  and following CSS : @media (min-width: 768px) {
.section-footer__row--blocks, you need to update.

 

Looking forward to hearing from you.

 

SC2.pngsc1.png

 

 

Rebecca
(Keatsudigital.com)