• Closed
  • Graham Newell
    Spectator
    March 19, 2015 at 9:18 am #15669

    Hi, When I view my site on a smaller mobile device I find that the header columns don’t rearrange themselves on above the other as I would like, is there any control over this? Is there a better way for me to organise my 3 header images so as they would be more responsive?

    And it is possible for the responsive menu to only display main menu items when clicked, mine opens all branches of the menu and submenus and I would like to change this.

    http://www.vipermetal.wpengine.com

    Thanks

    Roman
    Spectator
    Posts: 3147
    March 19, 2015 at 12:22 pm #15680

    I added this rule to your Custom CSS for the mobile layout:

    @media only screen and (min-device-width: 768px) {
    .widgets-back-inside .widget {margin-bottom: -70px; margin-top: 12px;}
    }

    for the menu layout, sorry it’s coded as it is now…maybe in the future 😉

    Graham Newell
    Spectator
    Posts: 104
    March 20, 2015 at 8:28 am #15700

    And it is possible for the responsive menu to only display main menu items when clicked, mine opens all branches of the menu and submenus and I would like to change this.

    http://www.vipermetal.wpengine.com

    Thanks

    Roman
    Spectator
    Posts: 3147
    March 20, 2015 at 9:47 am #15705

    as I mentioned, maybe in the future 🙂