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

Solved

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

raidednz
Tourist
20 0 0

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
551 117 108

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: [email protected] - Skype: ritesh_27dh

View solution in original post

GTLOfficial
Shopify Partner
551 117 108

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: [email protected] - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

GTLOfficial
Shopify Partner
551 117 108

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: [email protected] - Skype: ritesh_27dh
raidednz
Tourist
20 0 0

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

GTLOfficial
Shopify Partner
551 117 108

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: [email protected] - Skype: ritesh_27dh