Viewing 7 replies - 1 through 7 (of 7 total)
  • well right after I posted in the other topic….

    spijkb,
    Are you thinking like this:

    #nav-second ul.sf-menu {
        float: none;
        text-align: right;
    }
    
    #nav-second ul.sf-menu>li {
        width: auto;
        float: none;
        display: inline-block;
    }
    
    #nav-second ul.sf-menu>li > a {
        padding: 10px 20px;
    }

    carry on.

    Kadence Themes

    Thread Starter spijkb

    (@spijkb)

    Thanks! This works very well.
    One more question:
    Can I place it higher, besides the logo, just like the main menu?
    (but under the main menu, like a secong line)?

    Thanks, your theme is great anyway!

    Try this css:

    #nav-second {
        float: right;
        margin-top: -90px;
    }

    Kadence Themes

    Thread Starter spijkb

    (@spijkb)

    DONE!
    thanks.

    Thread Starter spijkb

    (@spijkb)

    One more thing: now is is fixed on the desktop. But on the iPad its doesn;t work.
    It works in the mobiel manu, but not in landscape.

    Help?

    Add this css below that css above:

    @media (max-width: 1200px) {
        #nav-second {
        float: right;
        margin-top: -90px;
    }
    }

    Kadence Themes

    Thread Starter spijkb

    (@spijkb)

    Thank yoy Kadence, this works.

    Something else happened though.
    On the desktop there apperaes an image of ‘missing link’under the logo.
    On the tablet there is that image too, and no logo at all!

    https://www.spijkerenhamer.nl

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘secondary under main menu’ is closed to new replies.