hello there,
i’d love to add a fifth column to my footer. how can i do that?
thanks,
chris
Hi Chris,
Here are some threads to consider:
https://kriesi.at/support/topic/footer-columns-5/
https://kriesi.at/support/topic/add-fifth-widget-column-in-footer/
If you need further assistance please let us know.
Best regards,
Victoria
thanks, that helped.
i wasn’t able to get 100% of the info i wanted from reading these two articles.
with my 5 columns in the footer … how can i adjust WIDTH percentages per column?
i especially have one column at the end (right) that needs to be wider than the rest.
thanks!
chris
Hi Chris,
Here is how to adjust the css for footer, just play with the numbers.
https://kriesi.at/support/topic/footer-columns-5/#post-520497
Best regards,
Victoria
i saw this post. because i have 5 columns and not four … do i need update the css code at all? it says “fourths” in it.
#footer .av_one_fourth:nth-child(1) {
width: 20.5%;
}
#footer .av_one_fourth:nth-child(2) {
width: 20.5%;
}
#footer .av_one_fourth:nth-child(3) {
width: 20.5%;
}
#footer .av_one_fourth:nth-child(4) {
width: 20.5%;
}
thanks!
chris
Hi Chris,
Just check the classes that you have there in private.
If you need further assistance please let us know.
Best regards,
Victoria
thanks! you can close this.