-
as far as creating the menu I'd recommend creating the top main menu as the "actual" menu with real menu items like "single article" "category blog" or whatever... then your footer menu you simply create all the links as "menu item aliases" of the main menu... so that's so far as creation/menu manger is concerned...
line 34 of your custom css:
.menu li {
display: block;
change "block" to "inline"
and then give it a little more specificity so it doesn't screw up other menus:
#rt-footer .menu li {
and then assign the module to a position where it's the only module in the row so it's got room... or move that other module somewhere else... if you move the menu somewhere else you'll have to change that previous #rt-footer to rt-#whatever
-
Last Edit: 11 years 3 weeks ago by Matt.
-
The following users have thanked you: Martha Cardoso
- SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
