• When I resize my browser (Chrome) to half of the screen, the fly out header menu on my site appears but there is a big space between the left nav and the menu. When I try to move my cursor to the menu, the menu disappears when I hit the big space. I use Graphene template. Can you help me in simple way I am not so expert to use CSS
    Pls check header menu in https://www.storex95.sk
    Thanks

Viewing 1 replies (of 1 total)
  • Try this code maybe it will help

    open the style.css and replace this css in place of your css like.
    for example

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    #nav li:hover ul {
        left: auto;
    }
    
    <strong>#nav li:hover ul {
        left: auto;
        width: 180px;
    }</strong>
Viewing 1 replies (of 1 total)
  • The topic ‘menu and submenu space’ is closed to new replies.