Row + Image backgroung strech
did look at that page for help on how to display a full width image background on a single row
when i try the different settings i only get a center image
in
Edit row > Theme > Background Image
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Frederic
There is unfortunately a clash between new Page Builder styles and legacy Vantage ones. We’ll be sorting this out in the next Vantage update.
Apologies for the hiccups here. Please add your background image again in the Theme tab, go to Layout tab and set the row to Full Width Stretched, then try adding the following to Appearance > Custom CSS:
/* Page Builder */ .siteorigin-panels-stretch { background-size: contain; }I think cover did the trick
.siteorigin-panels-stretch {
background-size: cover;
}
My bad, not sure how that crept in there. Thanks for posting the correction here. So to confirm:
/* Page Builder */ .siteorigin-panels-stretch { background-size: contain; }All the best.
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.