Re: Footer dissapears on mobile view!

Solved

Why does my website footer disappear on mobile view?

sandranobre
Excursionist
36 2 3

I have noticed that a part of my footer is hiding behind the big picture on the front page/landing page when you visiting my website www.sandranobreart.com
I'm using the Atlantic theme. How can this be fixed? Please help me! I'm using the Atlantic theme.

Accepted Solutions (3)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@sandranobre 

Please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

 

#shopify-section-static-footer {
    clear: both;
}

 

Thanks!

View solution in original post

devangfour
Shopify Partner
43 10 8

This is an accepted solution.

Hello @sandranobre 

Just add below css

#shopify-section-static-footer {
    clear: both;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1426

This is an accepted solution.

hello @sandranobre 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 749px){
.home-section  .slideshow--viewport .slide {
float: none;
}
}

 

View solution in original post

Replies 3 (3)

dmwwebartisan
Shopify Partner
12321 2552 3729

This is an accepted solution.

@sandranobre 

Please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

 

#shopify-section-static-footer {
    clear: both;
}

 

Thanks!

devangfour
Shopify Partner
43 10 8

This is an accepted solution.

Hello @sandranobre 

Just add below css

#shopify-section-static-footer {
    clear: both;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help

Kinjaldavra
Shopify Partner
2302 570 1426

This is an accepted solution.

hello @sandranobre 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 749px){
.home-section  .slideshow--viewport .slide {
float: none;
}
}