Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #69717
    J.V.F
    Participant
    Premium Member

    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

    #69720
    vako
    Keymaster
    WP Royal Team

    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

    #69746
    J.V.F
    Participant
    Premium Member
    This reply has been marked as private.
    #69748
    vako
    Keymaster
    WP Royal Team

    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

    #69751
    J.V.F
    Participant
    Premium Member
    This reply has been marked as private.
    #69755
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    #main-menu .sub-menu  {
    width: 370px !important;
    }

     

    Kind Regards

    #69786
    J.V.F
    Participant
    Premium Member
    This reply has been marked as private.
    #69815
    J.V.F
    Participant
    Premium Member
    This reply has been marked as private.
    #69829
    vako
    Keymaster
    WP Royal Team

    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

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