On my product page, on the mobile view, the header is in the middle of the product description paragraph. I want to move the footer to the very bottom of the product page but ONLY on the mobile view. How can I do this?
URL: https://billon.maison/products/rockera
Theme: Origin
Here is a screenshot of the mobile view of the product page:
Hi @MaisonBillonDon
Please add this code to Custom CSS in your Online Store > Themes > Customize > Theme settings
@media (max-width: 749px) {
html .shopify-section-group-footer-group {
position: fixed;
}
}
Hello @Dan-From-Ryviu It says the site cannot be published when I attempt to add that code. I’ve included a screen shot below.
1 Like
Please add it to bottom of your base.css file
@Dan-From-Ryviu Unfortunately this didn’t change anything. Are there any other solutions?