Solved

Footer dissapears 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
12280 2546 3694

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

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 devangfour@gmail.com regarding any help

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1422

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
12280 2546 3694

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

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 devangfour@gmail.com regarding any help

Kinjaldavra
Shopify Partner
2302 570 1422

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;
}
}