This topic has 2 replies, 2 voices, and was last updated 9 years by gm713.

  • Author

    Tagged: ,

  • #23607
     gm713
    Participant

    Hi,

    Is it possible to change the footer to be 3 columns instead of 4? If so, how do I change it?

    Thanks!

    #23646
     Catalin
    Moderator

    Hello,

    The code for the widgets from footer can be found here:

    ..\wp-content\themes\kleo\sidebar-footer.php

    you can remove one column by deleting this code:

    COPY CODE
    
    
    <div class="col-sm-3">
    						<div id="footer-sidebar-4" class="footer-sidebar widget-area" role="complementary">
    							<?php
    							if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-4')): 
    							endif;
    							?>
    						</div>
    					</div>
    
    

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #23684
     gm713
    Participant

    That did it. Thanks!

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

The topic ‘Footer Columns’ is closed to new replies.

Log in with your credentials

Forgot your details?