Title: Mobile Problem
Last modified: August 30, 2016

---

# Mobile Problem

 *  Resolved [dropped90](https://wordpress.org/support/users/dropped90/)
 * (@dropped90)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/mobile-problem-7/)
 * Hey guys and gals, I am having a bit of an issue with my mobile template. I was
   digging around in the code trying to mess with some layout issues on my desktop
   site. I have the desktop how I want it and the mobile was correct as well. While
   changing a few things unfortunately the mobile site is hung up and will not resort
   back to a previous setting that was only changed for a short period of time. 
   In the past on [http://www.wickedautovids.com](http://www.wickedautovids.com)
   the mobile theme had two videos side by side all the way down the page, which
   is how I wanted it. After testing a few sections of the code, all of the videos
   are in a single row in the mobile version. Would anyone care to take a look and
   give me an idea as to what is hanging up, and how to fix it?
 * Thank you for any and all feedback in advance!

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/mobile-problem-7/#post-6665067)
 * Hey there dropped90,
 * Hope you’re well today 🙂
 * Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       @media only screen and (max-width: 479px) {
       .home .content-widget {
           width: 280px;
       }
       }
       ```
   
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [dropped90](https://wordpress.org/support/users/dropped90/)
 * (@dropped90)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/mobile-problem-7/#post-6665131)
 * Bojan Radonic you my friend are a genius. Pasted it in to the CSS and bam, fixed
   it completely. Thank you sir!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/mobile-problem-7/#post-6665147)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Mobile Problem’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/mobile-problem-7/#post-6665147)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
