Comments 13Rodney started the conversationSeptember 15, 2021 at 6:26pmI have a 4-column footer. I am trying to achieve a ratio of 20-20-40-20. (See attached image.) Can help me with the custom css to achieve it? 1,878Judith repliedSeptember 15, 2021 at 6:32pmHi Rodney,Please send in your admin login credentials so that we can look into this further.Thanks. 2,960Andrew repliedSeptember 15, 2021 at 6:41pmHi Rodney,The following CSS might help. #footer-outer .col:first-child { width: 18.5%; } #footer-outer .col:nth-child(2) { width: 18.5%; } #footer-outer .col:nth-child(3) { width: 38.5%; } #footer-outer .col:last-child { width: 18.5%; } Regards, 13Rodney repliedSeptember 15, 2021 at 7:01pmAndrew, Judith:The css you provided did the trick. I tweaked the values slightly and got just what I needed. Thank you!1 Like Sign in to reply ...
I have a 4-column footer. I am trying to achieve a ratio of 20-20-40-20. (See attached image.) Can help me with the custom css to achieve it?
Hi Rodney,
Please send in your admin login credentials so that we can look into this further.
Thanks.
Hi Rodney,
The following CSS might help.
Regards,
Andrew, Judith:
The css you provided did the trick. I tweaked the values slightly and got just what I needed. Thank you!