Why is my website footer glitching with Dawn theme?

Solved

Why is my website footer glitching with Dawn theme?

Dabou
Pathfinder
118 2 16

Dabou_0-1707737956849.png

Hello everyone, I was using some code so my footer would be like this

/* Change email signup position in footer and remove extra space from footer items */
@media (min-width: 991.98px){
    .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in > .footer-block.grid__item {
    max-width: 250px!important;
}
.footer-block--newsletter {
    display: inline-flex;
}
 
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    flex: 1 0 auto;
}
.footer__content-top.page-width {
    max-width: 900px!important;
}
.footer__content-top.page-width {
    display: flex;
    align-items: baseline;
}
}

@media (max-width: 991.98px){
    .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    text-align: center;
}
 
a.link.link--text.list-menu__item.list-menu__item--link {
    justify-content: center;
}
}

/* Footer Social media icons (change position)*/  
@media only screen and (min-width: 749px){
.footer-block--newsletter.scroll-trigger.animate--slide-in {
    flex-direction: column;
    gap: 60px;
}
.list-social {
  align-self: flex-start;  
}
}

 

But i don't know what change i made to made to the store, now the footer is broken (The code is the same)

Dabou_1-1707738095802.png

 

 Website is in my signature.

Thanks.

Website: Dazzilia.com

Rate my website
https://community.shopify.com/c/shopify-design/rate-my-website/td-p/2439579
Accepted Solution (1)

Dabou
Pathfinder
118 2 16

This is an accepted solution.

Edit: Enabling "Reveal sections on scroll" on footer theme settings fixed the issue.

Website: Dazzilia.com

Rate my website
https://community.shopify.com/c/shopify-design/rate-my-website/td-p/2439579

View solution in original post

Reply 1 (1)

Dabou
Pathfinder
118 2 16

This is an accepted solution.

Edit: Enabling "Reveal sections on scroll" on footer theme settings fixed the issue.

Website: Dazzilia.com

Rate my website
https://community.shopify.com/c/shopify-design/rate-my-website/td-p/2439579