I am trying to change the footer column sizes using the following css. I have it in the custom.css file, but am not getting any love.
#footer .flex_column .av_one_fifth .first {
width: 15%;
}
#footer .flex_column.av_one_fifth:nth-child(2) {
width: 14%;
margin-left: 1%;
}
#footer .flex_column.av_one_fifth:nth-child(3) {
width: 14%;
margin-left: 1%;
}
#footer .flex_column.av_one_fifth:nth-child(4) {
width: 20%;
margin-left: 1%;
}
#footer .flex_column.av_one_fifth:nth-child(5) {
width: 33%;
margin-left: 1%;
}
I added it to the Quick CSS instead and it worked. It seems everything is being ignored in the custom.css file.
Hi!
I asked for the content of your custom.css file here – https://kriesi.at/support/topic/remove-the-return-to-top-button/#post-393646
We would like to check the content for any possible mistakes
Best regards,
Yigit