• The pulldown-button from a Menu-Text is in the text itself.

    How can I fix this?
    Font smaller, Pulldown-button-space larger?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author nobita

    (@nobita)

    Hi @jolumusek

    Customize / Presentation / Menu

    ‘Menu Primary Font Size’ can change font size

    ‘Menu Primary Min Width’ can change menu width.

    if you need to change sub menu width.

    Customize / Additional CSS

    Try this CSS

    
    header #access .children li, 
    header #access .sub-menu li, 
    header #access .children ul, 
    header #access .sub-menu ul, 
    header #access .children a, 
    header #access .sub-menu a {
        min-width: 20em;
    }
    

    Thank you.

    Thread Starter jolumusek

    (@jolumusek)

    Thanks, for reply. I again played around with the Primary Font Size and so on, but it’s still not perfect. Currently it’s default. No addidtional CSS.

    Theme Author nobita

    (@nobita)

    it’s still not perfect

    your mean

    Organisatiouns
    Comité

    to change

    Organisatiouns Comité ?

    Try Customize / Additional CSS

    
    #access .sub-menu a{
    	white-space:pre;
    }
    

    Note.

    Please set the width of the top level menu as small as possible Ideal is 640px

    Please reduce the width of the browser and check the display change.

    If you do not mind if the menu becomes two tiers,

    Customize / Presentation / Menu

    Primary Menu Automatic Responsive. set No

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Pulldown-Button in Text’ is closed to new replies.