Title: heroofttime's Replies | WordPress.org

---

# heroofttime

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Max Magazine] Featured Categories Formatting](https://wordpress.org/support/topic/featured-categories-formatting/)
 *  [heroofttime](https://wordpress.org/support/users/heroofttime/)
 * (@heroofttime)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/featured-categories-formatting/#post-3653224)
 * Hi dillsteroo,
 * This one is a bit tricky. If you take a look at the code you will find that just
   before the third featured box there is <div class=”clear”></div> that automatically
   sends box 3 and 4 to the second row.
 * What you need to do is go to the Max Magazine folder, then to JS, and double 
   click on custom. There, look for <div class=”clear”></div> and delete it.
 * Afterwards, go to your CSS and look for the #featured-categories .right-side 
   class and replace it with the following:
 *     ```
       #featured-categories .right-side{
       	margin-right:10px;
       	margin-left: 10px;
       }
       ```
   

Viewing 1 replies (of 1 total)