[Resolved] After Update, Menue looks strange

Home Forums Support [Resolved] After Update, Menue looks strange

Home Forums Support After Update, Menue looks strange

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #172799
    Andreas

    (sorry its a german site, but i’ll explain)

    On this site (Uiniversity)

    http://52.29.61.142/?page_id=2

    The “Forschungsbereiche” Menues First Sub menu entry “HEIGOS Prof. Dr. Pohlmann” now has a little angle bracket breaking to another line. Furthermore there seems to be a little space between the first and the second Menue entry (Hovermakes it visible)

    Is that intented or a bug ? Can i change this via Layout Editor ?
    I dont like to change the Styles.css because this leads to a lot of work on updates.. =)

    #172905
    Tom
    Lead Developer
    Lead Developer

    Ah, this is happening because your sub-menu text is very long, so there’s not enough room for the arrow.

    You can fix this by increasing your sub-menu width:

    .main-navigation ul ul {
        width: 240px;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Alternatively, you can use shorter titles in your sub-menu so they aren’t as long.

    Let me know if you need more info πŸ™‚

    #172923
    Andreas

    Thx for the hint,

    is there no administrative way to change the width of the submenu, or disable the angle bracket, rather than editing the styles.css ?

    Because, when the new version of Generatepress is out, the styles have to be adjusted for all “custom” entries that i have made in the past.

    thx in advance

    #172924
    Tom
    Lead Developer
    Lead Developer

    If you use the instructions on this page you won’t lose your CSS when you update: https://generatepress.com/knowledgebase/adding-css/

    Let me know πŸ™‚

    #172925
    Andreas

    ok, seems to work =)

    Thx a lot !

    #172934
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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