Title: Increase Projects Columns
Last modified: August 24, 2020

---

# Increase Projects Columns

 *  [jphackett](https://wordpress.org/support/users/jphackett/)
 * (@jphackett)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/increase-projects-columns/)
 * Hello,
 * Is there an easy way of displaying three project columns instead of two on the
   home page?
 * Best
 * JP
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fincrease-projects-columns%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/increase-projects-columns/#post-13307901)
 * Hi JP,
 * Thank you for contacting us about our theme Ignis. I am happy to help with your
   queries.
 * To change the default column on larger screen to 3, try adding the below CSS 
   code to Appearance > Customize > Additional CSS from dashboard.
 *     ```
       @media only screen and (min-width: 768px) {
         .tax-jetpack-portfolio-type .hentry, 
         .post-type-archive-jetpack-portfolio .hentry, 
         .page-template-template_portfolio .hentry {
           width: 33.3333333333% !important;
         }
       }
       ```
   
 * Let me know how it goes.
 * Regards,
    Kharis

Viewing 1 replies (of 1 total)

The topic ‘Increase Projects Columns’ is closed to new replies.

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

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/increase-projects-columns/#post-13307901)
 * Status: not resolved