[Support request] secondary menu float left

Home Forums Support [Support request] secondary menu float left

Home Forums Support secondary menu float left

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #353134
    Bogdan

    I noticed that the secondary menu has no float-left Navigation Location option. On a specific layout I would very much like to align both primary and secondary menus float-left. Is there a solution? Thanks in advance.

    #353222
    Leo
    Staff
    Customer Support

    Hi there,

    There should be float left in the secondary navigation location as well: https://docs.generatepress.com/article/secondary-navigation-location/

    The two menus should have the exact same options except sticky and navigation search.

    #353249
    Bogdan

    In my install, Sec Menu is missing Float Left. I checked both menus to have same settings, as you said, see attached. Am I misssing something? GPPro is 1.3.1 and theme is 1.3.48.
    primary menu
    seconday menu missing float-left

    #353307
    Lyle

    Leo, Bogdan –

    I can confirm that in my test install with GP 1.3.28 and GPP 1.3.1 that there is no Float Left for the Secondary navigation ๐Ÿ™‚

    Cheers!
    Lyle

    #353308
    Bogdan

    Lyle, as a matter of fact I double checked your video with menu snippets to see if there is that option, because I wanted to apply your float-right tip on the left ๐Ÿ™‚

    #353388
    Leo
    Staff
    Customer Support

    Sorry guys my bad. The option isn’t available right now.

    This CSS should do:

    #secondary-navigation {
        text-align: left;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #353390
    Tom
    Lead Developer
    Lead Developer

    Good catch, just added that to the next version.

    For now, you’ll need to float it.

    Assuming your setting is set to float right for now:

    .secondary-nav-float-right .secondary-navigation {
        float: left;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.