• Resolved quinton.clawson

    (@quintonclawson)


    Hello again,

    I know I bother you a lot but I have two more questions.

    The first is about the drop down menu. My website is https://www.truthandart.com. If you look under the artists link in the primary navigation section a drop down of artists names shows. Is there a way to reduce the padding between the words in the primary navigation and the drop down menu? Basically decrease the space between the two. I may increase the size of the primary navigation font and this might fix the issue but its good information to have either way.

    My second question is in my footer column four I have the resources which shows my primary navigation menu. Is there anyway to remove the drop down or secondary options from this list?

    I also want to compliment you on a great and versatile theme. Your support has also been instrumental in creating the website I want. I really appreciate all of the help. Amazing, great job, 5 stars!

    Thanks
    Quinton

Viewing 2 replies - 1 through 2 (of 2 total)
  • The first, the space is because of the type of header, your using the basic with shrink and sticky which makes the line height of the menu items large when at the top of the page. You can add this css to try and resolve for what your going for:

    .sf-menu > li > ul,
    .sf-menu > li:hover  > ul,
    .sf-menu > li.sfHover > ul {
    	top:	75%;
    }

    2. I suggest just creating a new menu without the items that you don’t want to show in the footer and using that. It’s better then using css to hide certain items.

    Thanks for the encouragement ??

    Kadence Themes

    Thread Starter quinton.clawson

    (@quintonclawson)

    Thank you for the CSS! Yea, I figured that it was showing that way due to the header but the size is aesthetically pleasing to me haha.

    I’m surprised I didn’t think of just creating a second menu. Such a simple solution!

    Anytime, keep up the great work. Having a great theme with great support is priceless!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop Down Menu’ is closed to new replies.