- This topic has 8 replies, 2 voices, and was last updated 1 year, 3 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Hallo Vako,
I want to change the font family in h1, h2, h3 to Souvenir, that cannot be changed in Customizer because Souvenir is not listed in the settings for typography for headings.
And I want to give the menus more width when they unfold because I want to avoid that longer single entries in the menus have two lines.
The standard width of the menus is very narrow.
Is this possible ?
Thanks and kindly regards
Hi,
We will try out best using custom CSS snippets, we just need a more detailed explanation of what kind of changes you want to apply.
Please share the direct link to the page where we can check for the sections and if you can provide the screenshots with the detailed instructions on what to do, will be much appreciated.
Kind Regards
Hi,
We understand, please bring back the menus you want to display and let us know, we will modify the sub-menu width depending on your menu elements.
Kind Regards
Hi,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#main-menu .sub-menu {
width: 370px !important;
}
Kind Regards
Hi Oliver,
Sorry for the late reply we were off for a while.
Unfortunately not, it’s not possible to make the code scale the sub-menu width dynamically to adjust the size of the container.
Kind Regards