Title: Responsiveness
Last modified: August 22, 2016

---

# Responsiveness

 *  [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsiveness-25/)
 * Hello,
 * when the website is on a small screen, (smartphone for instance) the background
   image of the front page is not fixed anymore which doesn’t look great 🙂 it’s
   basically the image I used in my FP widgets (edit row > theme > background image)
 * Is there a way to fix it when on a small screen?
 * Thanks a lot for the answer

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

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680232)
 * There is, but it’s pointless because it’s not properly supported in phones. I
   know iPhones couldn’t handle it last time I checked.
 *  Thread Starter [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680237)
 * Ok, so is possible to take it off when on small screen (have a white background
   for instance)?
 * While we’re on the subject, would it be possible to hide the moesia menu on small
   screen? I would prefer to use another one.
 * Thanks a lot for your answers vladff, your support is really amazing!
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680349)
 * This should do it:
 *     ```
       @media (max-width: 991px) {
          .panel-row-style {
            background-image: none;
          }
          .mobile-toggle {
            display: none;
          }
       }
       ```
   
 *  Thread Starter [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680371)
 * Thanks! Where should I add it though? 🙂
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680376)
 * In a custom CSS plugin, haven’t I given you any custom CSS until now? I thought
   I did.
 *  Thread Starter [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680396)
 * I used the plugin “Simple Custom Css” but nothing changed…
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680403)
 * Try it like this:
 *     ```
       @media (max-width: 991px) {
          .panel-row-style {
            background-image: none !important;
          }
          .mobile-toggle {
            display: none !important;
          }
       }
       ```
   
 *  Thread Starter [Pidor](https://wordpress.org/support/users/pidor/)
 * (@pidor)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680441)
 * Works well for the background, the menu is still there though 🙂
 * Thanks a lot anyway 😉
 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680442)
 * Yeah, I was probably thinking of something else. Replace `.mobile-toggle` with`.
   menu-toggle`.

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

The topic ‘Responsiveness’ is closed to new replies.

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

 * 9 replies
 * 2 participants
 * Last reply from: [vladff](https://wordpress.org/support/users/vladff/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsiveness-25/#post-5680442)
 * Status: not resolved