Title: Aligning circles
Last modified: August 21, 2016

---

# Aligning circles

 *  Resolved [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/)
 * Hello All,
 * Thanks for the free theme and the free support.
 * I want to even out my circles to 2 rows of 4 here is a link to my site
 * [http://marenreese.com](http://marenreese.com)
 * For some reason my eighth post is not showing up, ideally i would like to have
   4 circles on two rows Pls help
 * Thanks
    Maren

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/aligning-circles/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/aligning-circles/page/2/?output_format=md)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102666)
 * Could you start by installing this plugin:
    [http://wordpress.org/plugins/custom-css-manager-plugin/](http://wordpress.org/plugins/custom-css-manager-plugin/)
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102676)
 * Hello Andrew,
 * I have it installed already. whats the next step?
 * thanks,
    Maren
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102682)
 * In that plugin’s “Custom CSS Manager” part of the dashboard, enter this:
 *     ```
       @media all and (min-width: 1201px) {
           #main {
               width: 80%;
               margin: 0 auto;
           }
       }
       ```
   
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102694)
 * Hello Andrew,
 * everytime i add a new post the very last post i have dissappears. it seems that
   i can only have 6 circles in the page at a time. The code seems to not work.
 * thanks,
    Maren
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102695)
 * Sorry I misunderstood your issue.
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102767)
 * so is there any solution for this?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102775)
 * Can you post your solution? It looks like you have 2 rows of 4.
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102790)
 * Hello Andrew,
 * It is still 5 in one row and 3 beneath. Nobody’s been able to help me. As far
   as allowing more than 6 posts. I resolved that issue.
 * Thanks,
    Maren
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102791)
 * I can’t experience your issue [http://awesomescreenshot.com/0fe1oto875](http://awesomescreenshot.com/0fe1oto875)
 *  [Anschr](https://wordpress.org/support/users/anschr/)
 * (@anschr)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102793)
 * Hello,
 * Experiencing the same problem and found the solution!
 * Go to Settings -> Reading and turn off the “Scroll infinitely” option. This will
   display 10 posts at a time by default. Or, turn off Infinite Scroll entirely,
   and the Settings -> Reading option will be used.
 * I changed the defaultsetting to 100!
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102868)
 * Hello Andrew and Anschr,
 * It seems that i do have 4 on 4 circles. Last time i checked it was still 5 to
   3 thanks for you help. My next question would be how do i move the circles farther
   away from the menu?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102869)
 * Instead of the code I recommended above, try this:
 *     ```
       @media all and (min-width: 1201px) {
           #main {
               width: 90%;
               margin: 0 auto;
           }
            .blog .hentry { margin: 2% 2.5%; }
       }
       ```
   
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102871)
 * Hello Andrew,
 * I tried the code, and it did not work. I’d like the circles not to be too close
   to my menu, ideally i’d like it to be center of the page
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102872)
 * That CSS should have spaced out your circles more. I’m not sure what you mean
   by _did not work_.
 * I think you’ll need to write some JavaScript to get your circles in the center
   of the screen, so that it centers no matter how big someone’s screen is.
 *  Thread Starter [marenreese](https://wordpress.org/support/users/marenreese/)
 * (@marenreese)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/#post-4102873)
 * This is what i have now. ([http://marenreese.com](http://marenreese.com)) I put
   the code in the custom css manager and it still looks the same.
 * Thanks,
    Maren

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/aligning-circles/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/aligning-circles/page/2/?output_format=md)

The topic ‘Aligning circles’ 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/)

 * 19 replies
 * 3 participants
 * Last reply from: [marenreese](https://wordpress.org/support/users/marenreese/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/aligning-circles/page/2/#post-4102879)
 * Status: resolved