We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Background image on home page does not fill section or show on mobile

Solved

Background image on home page does not fill section or show on mobile

jetboyco
Tourist
4 0 0

Hello, 

 

On my store, jetboyco.com, the background image was set but does not fill the entire section it is in. When I do get it to fill the section, the banner at the top of the page cuts off the top of the image and has white space below. It's like the margins are mixed up and causing it to not work properly. Then if I switch from desktop to mobile, the image is zoomed in and looks really bad. 

I need help making the image fit the section it is in and help it fit both desktop and mobile. 

doesntfit.jpgstilldoesntfit.jpg

Accepted Solution (1)
webwondersco
Shopify Partner
1204 172 173

This is an accepted solution.

Please add below line of code at the end and before the closing tag </body> in thme.liquid file. @jetboyco 

 

<style>
@media(max-width:767px){
#shopify-section-template--21456904094007__b2c56f85-1a07-4ebf-8c25-768d389a8043 .bttn{
height:auto !important;
}
}
</style>

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

View solution in original post

Replies 6 (6)

webwondersco
Shopify Partner
1204 172 173

@jetboyco hope you are doing well.

 

It is because of below CSS code you have added below in your custom CSS part. Please remove this, and it'll work fine.

 

webwondersco_0-1747959289927.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
jetboyco
Tourist
4 0 0
Hello,

I did not build this out Initially and that is why I’m lost. May you please point me to the code you mention?

Thank you
webwondersco
Shopify Partner
1204 172 173

This is an accepted solution.

Please add below line of code at the end and before the closing tag </body> in thme.liquid file. @jetboyco 

 

<style>
@media(max-width:767px){
#shopify-section-template--21456904094007__b2c56f85-1a07-4ebf-8c25-768d389a8043 .bttn{
height:auto !important;
}
}
</style>

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
jetboyco
Tourist
4 0 0
THANK YOU!! This fixed it
webwondersco
Shopify Partner
1204 172 173

@jetboyco you can mark the reply as accepted solution so others can get the idea as well.

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please use this code instead and check again

#shopify-section-template--21456904094007__b2c56f85-1a07-4ebf-8c25-768d389a8043 {
    background-image: url(https://cdn.shopify.com/s/files/1/0841/6696/7607/files/23_2.jpg?v=1745875660);
    background-repeat: no-repeat;
    background-size: cover;
}

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.