I’m adding a background image to a column and instead of it filling the column it is being applied to the Section.
Here is the affected page: http://54.227.57.214/livemodern/
Hi @marketfresh,
I’ve taken a look at your site and I see this code:
.shortcode_wrap .x-row.x-container.max.width, .shortcode_wrap .x-col {
position: unset;
}
The columns need to have position: relative; in order for the backgrounds to be positioned correctly inside them.
I didn’t realize that css was added. Sorry about that.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.