Home › Forums › Total › Increase Height of Navigation Bar & Decrease space between lines on dropdown
- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by
Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- January 8, 2018 at 1:28 am #4575
cindy
ParticipantI’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!
January 18, 2018 at 8:23 pm #4629Hash
KeymasterHi,
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
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.