- This topic has 5 replies, 2 voices, and was last updated 1 year, 12 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Hi, I just created a page with a longer title. I added it to my menu as a sub item of another page. When I view the sub tabs on my home page there is a huge blank gap between the beginnen of the title and the end (see red arrow in picture). Is there any way to decrease the blank space area? This is just ugly lol
Hi Karin,
Please share your website URL and we will check for possible solutions.
Kind Regards
Hi Karin,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#main-menu .sub-menu {
width: 450px !important;
}
Kind Regards
Is there a way to keep the original width of the drop down sub menu and decrease the white space in between the lines? Meaning the two lines will just come closer together.
This snippet creates more white space on other sub menu’s…
Hi Karin,
Please try to use this CSS snippet:
#main-menu .sub-menu > li > a, #mobile-menu .sub-menu > li {
line-height: 2.5 !important;
}
Kind Regards