Solved

I wanna close a gap in the mobile footer of my theme

MDKSocks
Pathfinder
140 1 22

Hey! I am running the District theme and on mobile I feel like the gap above the footer in the gray area is a bit to big. I would love to move the complete footer text up so there is less of a gray gap. (Only in mobile)

Anyone has any ideas on how to do this? (See screenshot)

Screenshot_20210616-004549_Chrome (1).jpg

Go sock yourself! -- https://mdksocks.nl
Accepted Solutions (4)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @MDKSocks 


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

@media screen and (max-width: 800px){
footer.site-footer {
    padding: 0 20px !important;
}
}

 

View solution in original post

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @MDKSocks

Please follow the steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.

- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

@media screen and (max-width: 800px){

        footer.site-footer {

                padding-top: 0px !important;

        }

}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @MDKSocks 

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

 

@media only screen and (max-width:749px){
#shopify-section-1610031492f82d8054 .simple-collection.layout-12{
	padding-bottom: 0;
}
}

 

 

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @MDKSocks 

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

@media screen and (max-width: 789px){
#shopify-section-1594995557443 .gallery.section-standard  .contain-site-width {
  padding: 0 !important;
}
}

 

View solution in original post

Replies 20 (20)