Footer customization – columns
-
Hello Taras,
Is there a setting to change the footer layout to 3 columns instead of 4?
Thank you for all your help!
The blog I need help with is: (visible only to logged in users)
-
Hello,
Sure! Please use this custom CSS:
@media (min-width:992px) { .footer-widgets .widget { width: 33.33333%; } .footer-widgets .widget:not(:nth-of-type(4n)) { border-right: none; } .footer-widgets .widget:not(:nth-of-type(3n)) { border-right: 1px solid hsla(0,0%,100%,.1); } }
Let me know if you have any additional questions.
Kind regards,
Taras -
-
- The topic ‘Footer customization – columns’ is closed to new replies.