Home Forums Total Increase Height of Navigation Bar & Decrease space between lines on dropdown

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4575
    cindy
    Participant

    I’d like to know how to increase the height of my navigation bar so I can increase the size of my logo. What code is available for this?

    Also, How do I decrease the spacing between my dropdown items. It looks like they are double spaced?

    Does this theme work with Yoast SEO plugin and Elementor plugin?

    Thank you!

    #4629
    Hash
    Keymaster

    Hi,

    To increase the size of the logo, you will need to add some custom CSS code.

    #ht-site-branding img{ max-height: none; }
    #ht-masthead{ height: auto !important; }

    And to decrease the space between menu, Here is the code

    .ht-main-navigation ul ul li{ margin:0; }

    Yes, the plugin works with Yoast and Elementor plugin.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.