• mattoman

    (@mattoman)


    I’ve tried editing the main spreadsheet to fix an issue when Max-Width is 1199 as the mobile menu is appearing when It shouldn’t. It appears but when ‘active’ nothing happens.

    Is this a known bug? I’d rather not hard code to fix it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I’m not sure what exactly is your issue. Can you please describe it more precisely, provide a link to your website, and some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter mattoman

    (@mattoman)

    Hi Roman,

    I found the issue. Basically the code below:

    	.main-navigation {
    		display: none;
    	}	
    	.mobile-nav,
    	.btn-menu {
    		display: block;
    	}	
    

    was underneath @media only screen and (max-width: 1199px).

    I moved this to be below @media only screen and (max-width: 1024px) and it fixed the problem.

    Great theme.

    Cheers,

    Matt.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with the Inline Styles’ is closed to new replies.