• Resolved AliaG

    (@aliag)


    Hi,
    I’m trying to put the secondary menu inside the header wrap, under the title/description and sidebar.

    The header should be organized in this way:
    primary menu
    title and description | sidebar widgets
    secondary menu
    slider

    I tried to make a div tag with width 100% and clear: both for title and sidebar, but nothing. Everything I do, the secondary menu shows up on the right of the title, behing the sidebar widget.

    Can you help me to make this thing working?

    Thank you very much in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AliaG

    (@aliag)

    Hi!
    After long and hard work I got it.
    In the file header.php I left everything as it was, but I placed the secondary menu right after:
    <?php do_atomic( 'after_header' ); // live-wire_after_header ?>

    and the slider after:
    <?php do_atomic( 'open_main' ); // live-wire_open_main ?>

    and then I played a little with css.
    I tried to put the secondary in the “branding” div, but the sub-menus didn’t show up.

    Do you think I might have problems with this organizations on tablet and smartphone?

    Theme Author Sami Keijonen

    (@samikeijonen)

    If you link to your site I can check it with several devices.

    Thread Starter AliaG

    (@aliag)

    Hi Sami, I’m working on the templete on my pc, so I can’t give you the link…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change secondary-menu position’ is closed to new replies.