Since my update to Joomla 4 on my template Arthur the footermenu appears in a column. While on my Joomla 3 it was presented horizontal. Can i change it back to horizontal and where should i do that?

Hi

You can try to use this custom css code:

#s5_bottom_menu_wrap ul.mod-menu li {
    display: inline;
    padding-left: 25px;
    padding-right: 25px;
}

add into file: root/templates/arthur/css/custom.css

Regards

Do i need to activate the custom.css because nothing happend...

    Write a Reply...
    You need to Login to view replies.