We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Footer section overlapping everything and random white section (Capital theme)

Solved

Footer section overlapping everything and random white section (Capital theme)

raidednz
Excursionist
24 0 2

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

 

Screenshot (101).png

Accepted Solutions (2)

GTLOfficial
Shopify Partner
881 182 192

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
16.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

GTLOfficial
Shopify Partner
881 182 192

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

GTLOfficial
Shopify Partner
881 182 192

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
16.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
raidednz
Excursionist
24 0 2

Thanks! Got rid of the white section but footer is still overlapping.

GTLOfficial
Shopify Partner
881 182 192

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

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh