• Resolved ursula-s

    (@ursula-s)


    Hi,

    in my friends Twenty Sixteen theme the drop downs for the top menu go to the left and off the side of the screen:

    Picture of the problem

    How can I solve this? Thank you for your answer in advance and sorry for my bad English.

Viewing 1 replies (of 1 total)
  • Thread Starter ursula-s

    (@ursula-s)

    Got help in the German WordPress forum; this is the solution for everybody with the same problem:

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
    	left: 100%;
    	right: auto;
    }
    
    .main-navigation .menu-item-has-children > a:after {
    	content: "\f432";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘The drop downs for the top menu go to the left and off the side of the screen’ is closed to new replies.