- This topic has 2 replies, 3 voices, and was last updated 7 years, 11 months ago by Hash.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- November 26, 2016 at 7:20 am #1227khapiParticipant
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!
December 1, 2016 at 7:24 pm #1261leposParticipantHello
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
December 5, 2016 at 9:30 pm #1287HashKeymasterYou 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% }
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.