Hey there,
Via some CSS adjustments I’ve changes the layout of the footer widget to 1/2 1/4 1/4 in stead of 1/3 1/3 1/3 (if you know what I mean). The only problem that this adjustments als had effect on the regular layout of 1/3 1/3 1/3 on the following page:
Can you tell me how to solve this the layout changes only have an effect in the footer?
Best regards,
Martijn Koster
.flex_column.av_one_third:nth-child(1) {
width: 47%;
}
.flex_column.av_one_third:nth-child(2) {
width:20.5%;
}
.flex_column.av_one_third:nth-child(3) {
width: 20.5%;
}
Hey Martijn,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#footer .flex_column.av_one_third:nth-child(1) {
width: 47%;
}
#footer .flex_column.av_one_third:nth-child(2) {
width:20.5%;
}
#footer .flex_column.av_one_third:nth-child(3) {
width: 20.5%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria, thank you very much again for the quick support. That did the trick!
Hi TenMediaNL,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria