Header Image Alignment

Hello

I would like to know what CSS code I should add so that in the mobile version the header image is aligned to the left.

site: https://psvallecillo.cl/pru2/

Thanks!

Hey there

You may use this css code:

@media (max-width: 991px){
#shapely_home_parallax-2 {
background-image: url(https://psvallecillo.cl/pru2/wp-content/uploads/2021/04/bg-1.png);
background-size: cover;
background-attachment: fixed;
background-position: left bottom;
}
}

Thanks!

It’s a great idea to occupy background-image
I had not thought of it

Now I have more possibilities to continue customizing

Thanks for help

may you close the topic?

Ok, thanks

yes, i will close this case now, you may start new ticket if you need