[Resolved] Submenu width

Home Forums Support [Resolved] Submenu width

Home Forums Support Submenu width

Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • #160453
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #162892
    Till

    Hi there,

    I have a problem with the wight of the submenu, too.
    I’m a beginner… sorry please speak easy! πŸ˜€

    I have istalled “Simple CSS” and add:

    .secondary-navigation ul ul {
        width: 400px;
    }

    But nothing changed.
    I tried also:

    }
    .secondary-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 1.5em;
    left: 0;
    z-index: 99999;
    width:400px;
    text-align:left;
    }

    But nothing changed, too.

    Please help me! πŸ˜€

    #162958
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    The first block should work for your secondary navigation.

    Can you link me to your site so I can take a look?

    Thanks!

    #163076
    Till

    Hi!

    Thank you for your answer.
    http://www.backpackerlife.de

    Best regards

    #163077
    Till

    Ohhh sorry, it works now! I saw it after answer your post! πŸ˜€

    Thank you again, and a happy new year!

    #163092
    Tom
    Lead Developer
    Lead Developer

    Glad it’s working. Happy New Year! πŸ™‚

    #181986
    Till

    Hey!

    I have a problem again…
    On my website (http://www.backpackerlife.de/) you see in the menu, that “Weltwunder (2/22)” have the hover and not the normal color, black, of the menu.

    I don’t know why. Maybe you can help me?

    Best regards,
    Till

    #181990
    Tom
    Lead Developer
    Lead Developer

    WordPress is seeing that menu item as the current page, so that grey is the current menu item color.

    #182852
    Till

    Okay, thx for your fast answer. But how can I change it? I tried everthing, but I have not really an idea, where is the mistake.

    #183063
    Tom
    Lead Developer
    Lead Developer

    It depends on your page/menu set up. It seems all of those menu items (sub-menu items included) are linking to the homepage?

    #300291
    Konrad

    Hello,

    I know it’s a subject from a year ago but I do not want to put on a new topic.

    When I want to change the width of the menu and change the options in CSS, the width is the same. As in the picture.

    Menu

    Link to site: http://www.geomal.pl

    Can you help me with that? πŸ™‚

    #300319
    Tom
    Lead Developer
    Lead Developer

    Have you tried the CSS provided earlier in this topic?: https://generatepress.com/forums/topic/submenu-width/#post-66530

    #300407
    Konrad

    Yes – unfortunately this solution is not working πŸ™

    @Update – ok right now is working – thanks!

    Ok one more question – can I change the position of the menu? I woudl like to have sub menu in the container.

    1

    http://images.tinypic.pl/i/00887/p2kbts04tjqk.png

    I woudl like to have this effect:

    2

    http://images.tinypic.pl/i/00887/3lv59ann6yuo.png

    #300549
    Tom
    Lead Developer
    Lead Developer

    Any chance you can open up a new topic with your question?

    Thanks! πŸ™‚

    #386287
    colin ford

    Hi,

    I am also trying to widen the drop down menu so text is on one line and not split as shown in pablo’s picture.

    I used the code you suggested:

    .secondary-navigation ul ul {
    width: 250px;
    }

    However, it did not work for me. Can you assist?

    Thanks

Viewing 15 posts - 16 through 30 (of 33 total)
  • You must be logged in to reply to this topic.