Title: responsive
Last modified: August 22, 2016

---

# responsive

 *  Resolved [sanderbloem](https://wordpress.org/support/users/sanderbloem/)
 * (@sanderbloem)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-213/)
 * Hi there
 * I posted this aswell on another topic buiten it was already close. .
    I changed
   the header nu now on a mobile device the menu is floating above the site branding.
 * Is there a way to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-213/#post-5655664)
 * [@sanderbloem](https://wordpress.org/support/users/sanderbloem/), I checked the
   site linked to your username, and it appears you have gotten this taken care 
   of as the menu is not floating over the header image, but right at the top of
   the featured content slider images.
 *  Thread Starter [sanderbloem](https://wordpress.org/support/users/sanderbloem/)
 * (@sanderbloem)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/responsive-213/#post-5655685)
 * [@sacredpath](https://wordpress.org/support/users/sacredpath/), well its about
   the site:
    koninkrijk-producties.nl
 * problem is still there..
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-213/#post-5655705)
 * Ah, I’m seeing what you mean on the site you reference. There are two options.
   
   1. Remove the following from your child theme CSS:
 *     ```
       .main-navigation {
           max-width: 40%;
       }
       ```
   
 * 2. Enclose the above in a media query to limit it to when the full menu shows,
   like this:
 *     ```
       @media screen and (min-width: 886px) {
       .main-navigation {
           max-width: 40%;
       }
       }
       ```
   
 * I would think the second would be the best solution.
 *  Thread Starter [sanderbloem](https://wordpress.org/support/users/sanderbloem/)
 * (@sanderbloem)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-213/#post-5655714)
 * [@sacredpath](https://wordpress.org/support/users/sacredpath/), The strange thing
   is that solution 2 does not make any changes
    and solution 1 worked for now!
 * thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘responsive’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [sanderbloem](https://wordpress.org/support/users/sanderbloem/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/responsive-213/#post-5655714)
 * Status: resolved