Jump to content

[SOLVED] Change footer width


Recommended Posts

In your theme footer.tpl you could change the code:

<!-- Footer -->
<div class="footer-container">
    <footer id="footer" class="container">
        <div class="row">{$HOOK_FOOTER}</div>
    </footer>
</div><!-- #footer -->

Into:

<!-- Footer -->
<div class="footer-container container">
    <footer id="footer" class="col-xs-12">
        <div class="row">{$HOOK_FOOTER}</div>
    </footer>
</div><!-- #footer -->
Link to comment
Share on other sites

Hello, thanks for your response!

 

When I change the things you said the footer looks a little bit messy. You can see it in the attached files (:

Do you know the problem here?

 

This is the code in global.css,

 

.col-xs-12 {
  width: 100%; }

 

Have a nice day!

post-1110610-0-11686100-1447101260_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...