• Resolved Susan

    (@shoesie)


    The portfolio page, shows 4 portfolio items per row. I’ve set up an onhover image overlay which works great when the portfolio thumbnails are this size.

    The portfolio carousel on the homepage shows 3 portfolio items at one time beside the sidebar, so the thumbnail images and the overlay are the same size as on the portfolio page and look great.

    The portfolio category page however, shows 3 portfolio items per row and no sidebar. Is there a way to change this to 4 items per row, so my onhover image overlay works for this larger thumbnail size too?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This isn’t a built in option in the free version of the theme. but with some css you can make it work. Use this:

    @media (min-width: 992px){
        .tax-portfolio-type #portfoliowrapper .tcol-md-4 {
            width: 25%;
        }
    }

    Kadence Themes

    Thread Starter Susan

    (@shoesie)

    That works great, thanks so much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Portfolio Page Layouts’ is closed to new replies.