CMS Development

ahein624
Member

Div wrapping module

I am having an issue where a generated div is preventing my span3 div from actually spanning 3 columns. See below code. Here is the page I am referring to.

Any help would be appriciated.

Thanks,

Andrew

<div id="hs_cos_wrapper_widget_1501007130964" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_custom_widget" style="" data-hs-cos-general-type="widget" data-hs-cos-type="custom_widget">
<!--Begin Industry Module-->
	<div class="span3">
		<div class="industry_module">
		        <div class="industry_image" style="background: url(http://s3.amazonaws.com/cdn1.hubspot.com/StockImages/People%20Together/7K0A0698.jpg) no-repeat center center; background-size: cover;">
		    </div>
		    <div class="industry_title">
		        <h3>Test</h3>
		    </div>
		</div>
	</div>
<!--End Industry Module-->
</div>

 

0 Upvotes
1 Reply 1
COSCOGS
Member

Div wrapping module

Hi Andrew

 

Not sure what the issue is?  If you want a 4 column row layout (that are 3 spans wide), then just split the row into 4 and let the HS default code do it.

 

No need for custom module with a new span3 class.

 

Must be missing something! Plus your layout is in the right layout no?

 

Do you still have an issue & how can I help more?

 

Stu

0 Upvotes