Title: Issue with the Inline Styles
Last modified: February 27, 2018

---

# Issue with the Inline Styles

 *  [mattoman](https://wordpress.org/support/users/mattoman/)
 * (@mattoman)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/issue-with-the-inline-styles/)
 * 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)

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/issue-with-the-inline-styles/#post-10023761)
 * 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](https://wordpress.org/support/users/mattoman/)
 * (@mattoman)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/issue-with-the-inline-styles/#post-10026408)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignis/1.0.8/screenshot.png)
 * Ignis
 * [Support Threads](https://wordpress.org/support/theme/ignis/)
 * [Active Topics](https://wordpress.org/support/theme/ignis/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignis/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignis/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mattoman](https://wordpress.org/support/users/mattoman/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/issue-with-the-inline-styles/#post-10026408)
 * Status: not resolved