sub menu on home page

Support Area Forums Kerygma sub menu on home page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://frederickfrahm.com/
  • Author
    Posts
  • #33315
    Frederick Frahm
    Participant

    Hi Bill,

    When I mouse over a main menu category on my home page, the sub menus are displayed but they are not offset to the right. This makes them hard to read and click for navigation. I’m not sure how to fix this. Can you let me know how to get those sub-menu links to display correctly?

    Thanks,

    Frederick Frahm

    #33316
    Bill Robbins
    Moderator

    Good Morning Frederick,

    That doesn’t look like what we’d like to see there. Let’s do this:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      nav#top-menu .menu a {
      	position: relative;
      }
      
      nav#top-menu .menu ul ul {
      	top: -20px;
      	left: 100%;
      }
      
    3. Update your settings.

    See if that won’t position those back where they should be. If you run into trouble, let me know.

    Thanks,
    Bill

    #33317
    Frederick Frahm
    Participant

    That fixed it!

    Thanks so much, Bill

    FF

    #33318
    Bill Robbins
    Moderator

    That’s fantastic 🙂

    Enjoy your weekend,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘sub menu on home page’ is closed to new replies.