Column background image error on 3.2.3

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/

Here is a screenshot of the builder:

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.

It’s OK @marketfresh, hope it is working now.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.