How to adjust mobile background for motion theme

Hi there.

My home page background/banner is too small on mobile. I’d like it to be longer and if I could control that the poker chips don’t really show, I’d love to change that as well. I would love to show more of the poker chips if possible. Any ideas how to accomplish this? I appreciate any help you can offer! Thank you!!

www.pokersamadhi.com

1 Like

Hi there @pokersamadhi ,

Add the following code to your theme.css file

@media only screen and (max-width: 480px) {
.hero__image-wrapper .parallax-image {
background-size: contain !important;
}
}

Unfortunately, this did not work. Please see screenshot. Instead, it made the image even smaller and kept a black square behind it. I’m trying to figure out how to make the whole background header taller, not just adjusting the poker chips image.

@UmairA