Shopify themes, liquid, logos, and UX
How do I fix it so the footer section isn't overlapping everything and stays at the bottom and how do I get rid of the white section?
Site: www.raidednz.com
Password: password12345
Solved! Go to the solution
This is an accepted solution.
Hello @raidednz
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.min.css
add this code at the end of the file.
#dynamic-checkout-cart {
display: none;
}
#SearchContainer {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.min.css
add this code at the end of the file.
.footer-wrapper.fix-to-bottom {
position: relative;
}
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
Hello @raidednz
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.min.css
add this code at the end of the file.
#dynamic-checkout-cart {
display: none;
}
#SearchContainer {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks! Got rid of the white section but footer is still overlapping.
This is an accepted solution.
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.min.css
add this code at the end of the file.
.footer-wrapper.fix-to-bottom {
position: relative;
}
If this was helpful, hit the like button and accept the solution.
Thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024