Title: Mobile Version Problem
Last modified: August 21, 2016

---

# Mobile Version Problem

 *  Resolved [c1o2d3y4](https://wordpress.org/support/users/c1o2d3y4/)
 * (@c1o2d3y4)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-version-problem-1/)
 * The desktop version of my website is fine. It has one row of 4 circles.
    On the
   mobile version however it is 4 rows of 1 circle. Is there any way to change this
   either by getting rid of the mobile version or changing the size of the circles
   on just the mobile version?

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-version-problem-1/#post-4748308)
 * Yes you can change the amount of circles in a row to 4 on mobile. Install this
   Custom CSS Manager plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications:
 *     ```
       @media screen and (max-width: 600px) {
   
        .site {
         width: 600px;
        }
   
       }
       ```
   
 *  Thread Starter [c1o2d3y4](https://wordpress.org/support/users/c1o2d3y4/)
 * (@c1o2d3y4)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-version-problem-1/#post-4748326)
 * Thank you!

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [c1o2d3y4](https://wordpress.org/support/users/c1o2d3y4/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/mobile-version-problem-1/#post-4748326)
 * Status: resolved