Image keeps seperating from banner

Solved

Image keeps seperating from banner

Mlanci
Tourist
9 0 1

hey guys so I just finished the majority of my store now I’m just working on final touches so I’ve been trying to edit my theme I chose the refresh theme and everything looks great on desktop but then when I click mobile the image and the banner separate 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Thanks for the info, i adjust it in more smaller screen. 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
    position: fixed;
    background: transparent;
    bottom: 150px;
}
    }
@media only screen and (max-width: 460px){
h2.banner__heading.inline-richtext.h0 {
    font-size: 35px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 100px;
}
}
@media only screen and (max-width: 335px){
   h2.banner__heading.inline-richtext.h0 {
    font-size: 30px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 80px;
}
    }

 

And Save. 

Result:

Made4uoRibe_0-1715376317744.pngMade4uoRibe_1-1715376333895.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @Mlanci 

Do you mean the text and the image are separate on mobile view? Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Mlanci
Tourist
9 0 1

Thanks for your response and yes that’s exactly what I mean and I’ll send the link below

https://01bd34-7a.myshopify.com

Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Thanks for the info, i adjust it in more smaller screen. 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
    position: fixed;
    background: transparent;
    bottom: 150px;
}
    }
@media only screen and (max-width: 460px){
h2.banner__heading.inline-richtext.h0 {
    font-size: 35px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 100px;
}
}
@media only screen and (max-width: 335px){
   h2.banner__heading.inline-richtext.h0 {
    font-size: 30px;
}
.slideshow__text.banner__box.content-container.content-container--full-width-mobile {
bottom: 80px;
}
    }

 

And Save. 

Result:

Made4uoRibe_0-1715376317744.pngMade4uoRibe_1-1715376333895.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Mlanci
Tourist
9 0 1

Hey I followed all your steps but it just seems to have cropped the bottom off the image I’m not sure if I may of put it in the wrong place but I did put it in the asset folder like instructed 

Mlanci
Tourist
9 0 1

Never mind I found my error I did t copy it properly thanks a lot for the help

Mlanci
Tourist
9 0 1

Hey I just had one more question now that that’s working good now everything that’s on the image disappears when I look at the site on my phone