wickedstangs

Well-Known Member
I hit the reset on the footer. and the below happened how can I fix it..
footer2.JPG


footer1.JPG
 
shoot I found it.. I removed the extra </div> and it works now...

Code:
<div class="section">
<div class="secondaryContent footercol"><h3>@leftcoltitle</h3>
            <ul>
                <li><a href="#">Custom Link 1</a></li>
                <li><a href="#">Custom Link 2</a></li>
                <li><a href="#">Custom Link 3</a></li>
                <li><a href="#">Custom Link 4</a></li>
                <li><a href="#">Custom Link 5</a></li>
                <li><a href="#">Custom Link 6</a></li>
            </ul>
    </div>
</div>
 
Code:
<div class="secondaryContent footercol">
        <h3>@middlecoltitle</h3>
            <ul>
                <li><a href="#">Custom Link 1</a></li>
                <li><a href="#">Custom Link 2</a></li>
                <li><a href="#">Custom Link 3</a></li>
                <li><a href="#">Custom Link 4</a></li>
                <li><a href="#">Custom Link 5</a></li>
                <li><a href="#">Custom Link 6</a></li>
            </ul>
    </div>
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back