Reduce space between socials and copyright

Solved

Reduce space between socials and copyright

MiguelMaya
Excursionist
48 0 4

I’m new to Shopify. I’m proud of the site I’ve built without any prior experience. The only thing bothering me is the big space between the social icons and the copyright in the footer. I’ve checked some community questions and solutions, so far it seems that each site is it’s own particular case and doesn’t apply anywhere else.

 

I’ll be glad to you for giving me some hand with this as a new entrepreneur from the developing world.

 

misteri.ca

 

IMG_0552.jpeg

 

 

ALSO: when I started setting up my site a few days ago using the Dawn template, I remember the social icons displaying on the header to the left as well, which I liked. I’ve looked into every setting and I don’t know what happened, it just disappeared. I wanted to ask this on another post, maybe any of you also knows something about it.

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11583 2268 2447

This is an accepted solution.

Hi @MiguelMaya 

Please go to Online Store > Themes > Customize > Theme settings > Custom CSS, paste this code and save the changes.

.footer__content-top {
  padding-bottom: 0 !important;
}
.footer__content-bottom {
  padding-top: 0 !important;
}

Screenshot 2024-07-01 at 14.07.37.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 3 (3)

Abdosamer
Shopify Partner
1040 188 225

Hi @MiguelMaya , go to your base.css file and add this code :

.footer__content-top {
    padding-bottom: 0.3rem !important;
  
}

.footer__content-bottom {
  
    padding-top: 0.3rem !important;
}


Result:

Abdosamer_0-1719792097225.png

 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

BSSCommerce-B2B
Shopify Partner
1972 564 568

Hi @MiguelMaya ,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceB2B_1-1719797938617.png

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

BSSCommerceB2B_2-1719798012085.png

Step 3: Insert the below code at the bottom of the file -> Save

.footer__content-bottom {
    padding-top: 1rem !important;
}
.footer__content-top.page-width {
    padding-bottom: 0 !important;
}

Here is result: 

BSSCommerceB2B_3-1719798062207.png

Hope this can help you,

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

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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

Dan-From-Ryviu
Shopify Partner
11583 2268 2447

This is an accepted solution.

Hi @MiguelMaya 

Please go to Online Store > Themes > Customize > Theme settings > Custom CSS, paste this code and save the changes.

.footer__content-top {
  padding-bottom: 0 !important;
}
.footer__content-bottom {
  padding-top: 0 !important;
}

Screenshot 2024-07-01 at 14.07.37.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.