Re: Narrative theme, increasing footer size for mobile.

Solved

Narrative theme, increasing footer size for mobile.

RobFurness
Tourist
8 1 2

On my narrative theme, I have both chat and rewards buttons, however, they are covering the payment methods on the footer, I want to increase the height of the footer but I cannot find in the code site-footer__content to be able to input a : height 150px or whatever height I need. Please give me a clue how to do this, it's more important for the mobile version thanks.

 

www.menudogg.com

Accepted Solutions (2)

LitExtension
Shopify Partner
4860 1002 1160

This is an accepted solution.

Hi @RobFurness,

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

@media only screen and (max-width: 749px) { 
	.site-footer {
		padding-bottom: 170px;
	}
}

Hope it helps!

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

View solution in original post

RobFurness
Tourist
8 1 2

This is an accepted solution.

Thanks very much that worked perfectly!!! really appreciated

View solution in original post

Replies 2 (2)

LitExtension
Shopify Partner
4860 1002 1160

This is an accepted solution.

Hi @RobFurness,

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

@media only screen and (max-width: 749px) { 
	.site-footer {
		padding-bottom: 170px;
	}
}

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
RobFurness
Tourist
8 1 2

This is an accepted solution.

Thanks very much that worked perfectly!!! really appreciated