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 #1701043
resposive setting about 6-columns portfolio
Closed

Comments

  • Wings_Li started the conversation

    as this url:

    http://pennews.pencidesign.com/6-columns-grid-text-below/


    how to change the default resposive setting ?

    PC screen: 6 items per row (no change)
    tablet screen: 2 items per row(default) to 4 items per row
    mobile screen: 1 items per row(default) to 2 items per row

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Addinational CSS to do that:

    @media only screen and (max-width: 960px){
    .penci-portfolio.column-6 .portfolio-item, 
    .penci-portfolio.column-5 .portfolio-item, 
    .penci-portfolio.column-4 .portfolio-item {
        width: 25%;
    }
    }
    @media only screen and (max-width: 600px){
    .penci-portfolio-wrap .portfolio-item {
        width: 50% !important;
    }
    }
    

    Best Regards,

    PenciDesign