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?
Footer menu S5 Arthur
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...
- Edited
sitecase Hi,
I checked your file at http://test2.coaching2magic.nl/templates/arthur/css/custom.css but didn't see the custom css code. Can you please check again.
It worked! Thanks.
ja-developer locked the discussion.