Shortcode Reduces Footer Size
I inputted the following code, from the contact shortcode and it reduces the size of the footer. How do I get the footer to go across the whole page, is currently set to center and repeat.
<div class="get_in_touch" style=background-image:url(http://betheme.muffingroupsc.netdna-cdn.com/betheme/wp-content/uploads/2014/02/get_in_touch.png);">
<h3>Get In Touch</h3>
<div class="get_in_touch_wrapper">
<ul>
<li class="address">
<span class="icon">
<i class="icon-location">
</i>
</span>
<span class= "address_wrapper">
<strong>Bloxham Lewis</strong>
<br>
Unit 71, Willow Road Barrow Upon Soar Leicestershire
<br>
UK LE12 8GP
</span>
</li>
<li class= "phone">
<span class="icon">
<i class="icon-phone">
</i>
</span>
<p>07774005571
</p>
</li>
<li class="mail">
<span class="icon">
<i class="icon-mail">
</i>
</span>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</li>
Thanks
Comments
look like you did not closed div and ul tags.