0
Welcome Guest! Login
0 items Join Now

Afterburner2 add botton menu same as top menu

  • Afterburner2 add botton menu same as top menu

    Posted 11 years 3 weeks ago
    • Hi,
      I want to add a bottom menu on my site and I want it to have the same look and feel as the default top menu.
      Right now it only shows as a list but I want it to be horizontal.
      Thanks.

      This is the link to my site: www.felco.com.mx/joomla25/
    • Last Edit: 11 years 3 weeks ago by Martha Cardoso.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22281
    • Thanks: 3225
    • messin' with stuff

    Re: Afterburner2 add botton menu same as top menu

    Posted 11 years 3 weeks ago
    • 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 :woohoo:
  • Re: Afterburner2 add botton menu same as top menu

    Posted 11 years 3 weeks ago
    • Thanks Blam,
      I want the bottom menu to look just like the top menu but can't seem to work it out.
      Do you know where can a I find all the css that belong to the top menu?
      Thanks
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22281
    • Thanks: 3225
    • messin' with stuff

    Re: Afterburner2 add botton menu same as top menu

    Posted 11 years 3 weeks ago
    • there's going to be several differnt stylesheets that effect the top menu... so unfortunately there's not a single file you can copy all of the css from... using firebug or chrome's developer tools / inspector would be the best way I can think of to look at individual elements of the menu and work out the different css being applied
    • 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 :woohoo:

Time to create page: 0.046 seconds