@my Theme Shop.Am still developing on the localhost https://localhost/scentology/ at the moment.
But basically this is what i use d inside the section
<div class="about-contact">
<?php if( is_active_sidebar( 'about-contact' ) ) : ?>
<?php dynamic_sidebar( 'about-contact' ); ?>
<?php endif; ?>
</div>
The following is then the content of the widget when I load the page:
<div class="gca-column one-half"><h3>EXPLOSURE</h3>
<p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategy</p>
<h3>CHOOSE</h3>
<p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategy.Explosure large library of fragrances.</p>
<h3>ENJOY</h3>
<p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategyExplosure large library of fragrances.</p>
<h3>QUALITY</h3>
<p>Explosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategyExplosure large library of fragrances or let us customize a signature fragrance in line with your scent branding strategy.</p>
</div>
So I would this section where I have my widget in,to have a dynamic background image.