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.

<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>
</p>
</li>

Thanks

Comments

Sign In or Register to comment.