• Resolved procz

    (@procz)


    Hey there,
    the responsive menu doesn’t work anymore. I compared the original code with mine and there is no difference in the responsive area at the end of the style sheet.
    Is there any other possibility why it doesn’t work?
    I checked the plugins already.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter procz

    (@procz)

    It suddenly disappears, when I smaller the window or switch to the mobile options..

    Can you post a link to your site?

    Thread Starter procz

    (@procz)

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    The mobile menu works for me, but the styling is changed by your custom CSS modifications and therefore it has lost the width of 100%.

    I recommend to make the CSS changes only for the desktop menu. You can use a CSS3 media query for that.

    @media only screen and (min-width: 60.001em) {
       // Add Custom CSS here
    }

    Best,
    Thomas

    Thread Starter procz

    (@procz)

    Hi,

    thank you for your answer!

    I found the problem yesterday, why it disappeared.
    I am using a plugin to insert custom CSS and added there

    #mainnav-toggle, #mainnav-icon {
    	display: none;
    }

    With this line doubled in the css custom AND the editor stylesheet the responsive function doesn’t work.

    Best regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive Menu doesn’t work’ is closed to new replies.