Tagged: footer
The code below seems to reduce the width of the whole site
#footer .flex_column.av_one_third:nth-child(1) {
width: 18%;
}
#footer .flex_column.av_one_third:nth-child(2) {
width: 18%;
}
#footer .flex_column.av_one_third:nth-child(3) {
width: 18%;
#footer .flex_column.av_one_third:nth-child(4) {
width: 18%;
#footer .flex_column.av_one_third:nth-child(5) {
width: 18%;
}
Hi hingex,
Ok, I can’t see why from your code though. Could you post a screenshot of what you are looking to achieve please?
Thanks,
Rikard
I have a 5 column footer configured but I want each of the columns to be of the same width. Right now if you look at my link, this is not the case. The site design is boxed so when i add the above code to try and make the footer evenly sized for each column, it messes with the whole width of the site instead