how: footer menue horizontal
christophsommer Hi try this code in custom css
.t4-footer-menu .nav > li { float: left; margin-right: 23px; position: relative; } .t4-footer-menu .nav > ul { display:block!important;}
sorry does not work
christophsommer Hi Share the working site URL here on which changes applied and not working. Kindly turn off css compression as well.
http://lounging-sonia.de/sonia2022/index.php/
christophsommer Hi use this code it will work, Tested on your site
.t4-footer-menu .nav > li { float: left; margin-right: 23px; position: relative; } .t4-footer-menu .navbar > ul { display:block!important;}