Hi There,
Thanks for writing in! Remove the signature image on that column. And then add this on your custom CSS on Customizer.
.sign-bg {
background-image: url(http://joireinbold.com/wp-content/uploads/2016/10/joi-black.png);
padding: 0px 0px 0px 0px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
Then add a class sign-bg to the first column.
e.g.
[x_column bg_color="" type="1/3" style="padding: 0px 0px 0px 0px;" class="sign-bg"]
Let us know how it goes.
Cheers!