Title: pbuva's Replies | WordPress.org

---

# pbuva

  [  ](https://wordpress.org/support/users/pbuva/)

 *   [Profile](https://wordpress.org/support/users/pbuva/)
 *   [Topics Started](https://wordpress.org/support/users/pbuva/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pbuva/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pbuva/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pbuva/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pbuva/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pbuva/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Edit a category page view](https://wordpress.org/support/topic/edit-a-category-page-view/)
 *  Thread Starter [pbuva](https://wordpress.org/support/users/pbuva/)
 * (@pbuva)
 * [7 years ago](https://wordpress.org/support/topic/edit-a-category-page-view/#post-11687630)
 * You are a genius 🙂
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Edit a category page view](https://wordpress.org/support/topic/edit-a-category-page-view/)
 *  Thread Starter [pbuva](https://wordpress.org/support/users/pbuva/)
 * (@pbuva)
 * [7 years ago](https://wordpress.org/support/topic/edit-a-category-page-view/#post-11686357)
 * Any help? I cant solve this only with css 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Edit a category page view](https://wordpress.org/support/topic/edit-a-category-page-view/)
 *  Thread Starter [pbuva](https://wordpress.org/support/users/pbuva/)
 * (@pbuva)
 * [7 years ago](https://wordpress.org/support/topic/edit-a-category-page-view/#post-11682648)
 * Yesm you have right, but….
 *     ```
       .archive #content .post:nth-child(2n+1) {
       	float: right;
       	width: 48.7013%;
       }
   
       .archive #content .post:nth-child(2n) {
       	float: left;
       	width: 48.7013%;
       	clear: both;
       }
   
       .archive #content .post:first-child {
       	float: none;
       	width: 100%;
       }
       ```
   
 * In this, i can only change float, because, there are 3 types of content, i need
   to change in code this to 2 types, because, with tjis:
 *     ```
       .archive #content .post:first-child {
       	float: left;
       	width: 100%;
       }
       ```
   
 * i got first line with one post and free space
    -  This reply was modified 7 years ago by [pbuva](https://wordpress.org/support/users/pbuva/).
    -  This reply was modified 7 years ago by [pbuva](https://wordpress.org/support/users/pbuva/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Edit a category page view](https://wordpress.org/support/topic/edit-a-category-page-view/)
 *  Thread Starter [pbuva](https://wordpress.org/support/users/pbuva/)
 * (@pbuva)
 * [7 years ago](https://wordpress.org/support/topic/edit-a-category-page-view/#post-11679479)
 * Thank you, do you know whitch file is that? 🙂

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