Row background image not responsive
I’ve been trying to get my background image to scale responsively but it’s giving me fits. I can’t seem to find the place to add
background-size: contain !important;
Also, is there a easier way to get the height to set other than using the custom CSS plugin? For some reason when adding the custom CSS to the row it’s not altering the CSS on the page.
Thanks in advance!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Chase
Perhaps you could reach out to theme support. The problem arises from the following rule in the theme’s style.css file.
@media screen and (max-width: 1024px) { .panel-row-style { background-attachment: scroll !important; background-position: center top !important; -webkit-background-size: auto !important; -moz-background-size: auto !important; background-size: auto !important; } }Asking theme support why that’s been added would be a good start. They could advise a work around to assist.
That helps, appreciate your fast response. Thanks!
Our pleasure :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.