Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Solved! Go to the solution
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!
This is an accepted solution.
Thanks very much that worked perfectly!!! really appreciated
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!
This is an accepted solution.
Thanks very much that worked perfectly!!! really appreciated
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025