Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1372550
4 columns layout on portfolio
Closed

Comments

  • Veronica started the conversation

    Hi

    I would like to know how to get a 4 columns layout on portfolio the options only show 2 or 3  but as your feature list says

    Real Awesome Gallery with a lot of styles

    • Justified Gallery
    • Single Slider Gallery
    • Masonry Gallery with 2 columns
    • Masonry Gallery with 3 columns
    • Masonry Gallery with 4 columns
    • Grid Gallery with 2 columns
    • Grid Gallery with 3 columns
    • Grid Gallery with 4 columns

    even changing the shorthand code to [portfolio number="-1" filter="true" column="4" all_text="All" /] did not work.

    //Veronica

  •  2,699
    PenciDesign replied

    Hi,

    I think you're wrong here.

    Have you see that it's Gallery - NOT portfolio?

    But, if you want to display 4 columns for portfolio, you can use Portfolio 3 columns and add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    .inner-portfolio-posts .portfolio-item{ width: 25%; }
    }


    Best Regards,

    PenciDesign