- This topic has 1 reply, 2 voices, and was last updated 2 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello, can you point me to the place or method, how I can change the line height in the menue in the sidebar?
See here on the right side: https://wp.fsvwaechtersberg.de/aktuelles/
Hi Armin,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#menu-sidebarmenue li {
line-height: 20px !important;
}
You can change the bolded part in this snippet to your preferred size.
Kind Regards