Home Forums Total Footer Widgets

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1227
    khapi
    Participant

    Hello.
    Is there any way to remove one of four footer widgets? I want to use just 3 of them, but there is an empty space appears if I leave 4th widget empty. I need 3 footer widgets were centered.

    Thanks!

    #1261
    lepos
    Participant

    Hello

    I have the same issue nonetheless i’ve managed to eliminate the last widget but i can’t change the width of the remaining three to fill all the footer width.

    To do so, i created a child and commented <!– –> this part inside the footer.php

    <div class=”ht-footer ht-footer4″>
    <?php if(is_active_sidebar(‘total-footer4’)):
    dynamic_sidebar(‘total-footer4’);
    endif;
    ?>
    </div>

    Thanks

    #1287
    Hash
    Keymaster

    You should add the below CSS if you want equal 3 column footer widgets. Add the below CSS using some Custom CSS plugins.

    .ht-footer{
    width:30.333%
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.