• Resolved remmi11

    (@remmi11)


    I am try to recreate the footer widget section of the the blog. footer.php is formated to show 4 columns. What I need is 3. When I add 3 thru the widget editor I produce 3 and an empty spot where the 4th should be. How must I adjust the footer.php code to evenly distribute 3 instead of 4 columns in footer widget section (footer.php). I saw this question asked once already but the solution there has not worked for me. Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello remmi11,

    Open theme file functions.php on any editor then go near line 185 .

    Here you will see a code is ‘before_widget’ => ‘<div class=”col-md-3 col-sm-6.

    Replace col-md-3 with col-md-4 and then save file.

    I am sure your footer widget will be display in 3 columns.

    Thanks

    Thread Starter remmi11

    (@remmi11)

    Thank you weblizar! This worked for me. Love the theme I’m sure I will have plenty more questions before this is over.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3 columns in footer widget area’ is closed to new replies.