• Resolved rudynesia

    (@rudynesia)


    Hi,
    Im not very familiar with CSS.. but how do i adjust the footer to follow the max width which i set at 1440?
    thx

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter rudynesia

    (@rudynesia)

    Richie, somehow only in 2 PCs with Chrome that experiencing that.. with Mac, it looks fine.

    @ygspasov,
    The footer you mentioned, which section do you refer to?

    Your site has only one footer and the section is called the footer section. If you want to get technical, I’m talking about the following piece of code:

    <footer class="footer-bottom">
    <div class="innerwrap">
    <div class="fbottom">
    <div class="footer-left">
    Copyright ? 2014. My Blog</div><!-- FOOTER LEFT END -->
    
    <div class="footer-right">
    
    <a href="https://www.dezzain.com/wordpress-themes/mesocolumn/">Mesocolumn</a> Theme by Dezzain
    
    </div>
    </div>
    <!-- FOOTER RIGHT END -->
    
    </div>
    </footer>

    However, the styles I gave you should be applied to the stylesheet of the theme. I showed you how to adjust the footer, and the rest of the content to follow the maximum width of 1440px.

    It looks like you have decided on a new theme. ??

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘How to modify footer width in CSS’ is closed to new replies.