Drop down menu in home page is too low

Support Area Forums Grassroots Drop down menu in home page is too low

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.jpwc.ca
  • Author
    Posts
  • #25741
    Henry Motta
    Participant

    My drop down menu is too low on the home page and cannot be accessed at the moment. Could you please help me with this?

    Thank you.

    #25742
    Bill Robbins
    Moderator

    Hello Henry,

    Thank you for your business first of all. The drop-down can end up too low depending on the size of the logo. There is a way to change its position though.

    Go to the Appearance section in your WordPress dashboard and choose theme options. Click the “Header” tab at the top. Scroll down near the bottom and you’ll see a field for the “Drop Down Distance.” Here you can enter a negative number to move the drop down menu higher on the screen.

    You might try -50 to start and see how that looks. You can then make it more negative to move the drop down higher (like -60) or less negative (like -40) to move it lower.

    If you run into trouble, let me know.

    Thanks,
    Bill

    #25754
    Bill Robbins
    Moderator

    Very odd indeed. In the code that’s being output, the spot is there for the negative top margin, but it’s not filling in.

    We can always add it this way too:

    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 ul li:hover ul { 
      	margin-top: -85px;
      	width: auto;
      	padding-right: 20px;
      }
      
    3. Update your settings.

    Let me know if that doesn’t do the trick,
    Bill

    #25758
    Henry Motta
    Participant

    Perfect, thank you for your help!!!

    #25760
    Bill Robbins
    Moderator

    Glad that did the trick Henry 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Drop down menu in home page is too low’ is closed to new replies.