• 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 to see the link]

Viewing 1 replies (of 1 total)
  • 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.