Footer 2 Collums or Full Width

  • Posted in : Read WP
  • benpicton
    Participant

    Hi, this theme is awesome, I would just like some help with the footer. I have a social media plugin with 8 or so icons. I have it in the footer but it looks funny because the footer isn’t very wide so the icons are on two rows and move depending on the window size.

    I would like to make the footer take up the whole width or even half (2 column width).

    Thanks!

    Mehmet S.
    Keymaster

    – Go to Appearance > Editor > footer-widgets.php,

    – You will find four “span3” keywords,

    – Change every span3 to span6

    benpicton
    Participant

    Awesome! This worked perfectly, thanks Mehmet.

    aulefebvre
    Participant

    Almost the same question, but I would like to get 3 footers on a same row, then the last one at the bottom full width.

    Thanks for your help !

    Mehmet S.
    Keymaster

    – Go to Appearance > Editor > footer-widgets.php,

    – Edit “span” keywords:

    <!-- .widget-area -->
    <div class="widget-area span4" role="complementary">
    	<?php
    		if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'footer_1' ) ) :
    		endif;
    	?>
    </div>
    <!-- end .widget-area -->
    
    <!-- .widget-area -->
    <div class="widget-area span4" role="complementary">
    	<?php
    		if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'footer_2' ) ) :
    		endif;
    	?>
    </div>
    <!-- end .widget-area -->
    
    <!-- .widget-area -->
    <div class="widget-area span4" role="complementary">
    	<?php
    		if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'footer_3' ) ) :
    		endif;
    	?>
    </div>
    <!-- end .widget-area -->
    
    <!-- .widget-area -->
    <div class="widget-area span12" role="complementary">
    	<?php
    		if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'footer_4' ) ) :
    		endif;
    	?>
    </div>
    <!-- end .widget-area -->
    
    aulefebvre
    Participant

    Great !!
    Thanks a lot !!
    Now, how can I reduce the space between this last footer with the three others above ?

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-footer #supplementary .span4
    {
    padding-bottom: 0px;
    }
    
    .site-footer #supplementary .span12
    {
    padding-top: 0px;
    margin-left: 0px;
    }
    
    aulefebvre
    Participant

    Ok ! Great !!
    Thank you very very much !

    aulefebvre
    Participant

    Hello !
    I have edited my theme with the new version (1.6) and my bottom footer is not full wide anymore.

    Can you please help me ?

    http://www.info-migrants.org/

    Thanks !!

    aulefebvre
    Participant

    I fixed it…

    benpicton
    Participant

    I just started a blog on my site and the sidebar widgets are showing up below all of the content and then footer is below. Did changing from span3 to span6 cause this? You can view it at benpicton.com/blog

    Can you help me get the sidebar on the right where it should be and keep my footers the same?

    Thanks.

    benpicton
    Participant

    I tried changing the span6 back to span3 and it didn’t move my sidebar, so I have no idea why my sidebar is showing up below my blog post.

    Thanks.

    Mehmet S.
    Keymaster

    Hi, you have a very old version of the theme. If you update to the latest version, then you will find extra options for the footer widget locations. You can download it from ThemeForest.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register