I’ve seen a couple of other threads reporting issues with columns since updating but I would like to provide my own experiences as they differ slightly and I may have additional information.
After updating, my columns suddenly had both an unknown/errored amount of vertical padding as well as 15px of horizontal padding (see attached). In addition, the background image I had set for each column no longer had the “cover” attribute applied to it and was staying at a static size. When looking at the code, it appears the background image I set through the page builder is being applied to both the column AND the div immediately inside the column, with this second image being the one not having the “cover” attribute. I fixed this for now on my page with css hiding the second background image since this is a live site that needs to function properly, but see the html below:
<div class="spb-column-container spb_parallax_asset sf-parallax parallax-scroll spb_content_element bg-type-cover col-sm-6 homebottom " style="margin-top: 0px; margin-bottom: 0px; border: 0px; padding: 0px; min-height: 171px; background-image: url("/wp-content/uploads/2015/07/ARMORED_CURRENT_960X270.jpg");">
<div class="spb-asset-content" style="border: 0px; padding: 0px; background-image: url("/wp-content/uploads/2015/07/ARMORED_CURRENT_960X270.jpg");">
Luckily, I use columns very sparingly, but it would be great if this could be looked into further.
Thanks guys!
Attachments:
You must be
logged in to view attached files.