• Resolved Ate Up With Motor

    (@ate-up-with-motor)


    Is it possible to change the number of footer widget columns in Frontier? The default is set to three columns, but I’d like to replace that with one. I was looking through both the functions.php and footer.php files and I don’t see where the number of columns is defined.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ronangelo

    (@ronangelo)

    I’m actually thinking of adding an option for that. It’s just controlled by CSS. Right now it’s around 32% so that 3 would fit on a single row.

    .widget-footer {width: 32.3%;}

    You could change it to show 1 column per row. Add this on the Custom CSS option.

    .widget-footer {width: auto;}

    Thread Starter Ate Up With Motor

    (@ate-up-with-motor)

    Okay, that works (although I still have to figure out how to get it to center).

    Thanks again!

    Hi Guys, it did not worked for me. I am having a trouble with that. Would you see my footer here: http://www.kreativnipokloni.rs I have 4 column I wanna make it 5. the last Godaddy banner must go up to right, but could not. Please help.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change number of footer widget columns?’ is closed to new replies.