Portfolio grid 2 columns view in mobile/responsive view.

Hello,

How i can do this :

How can I make the preview on mobile show 2 Portfolio columns. On the computer it's OK, and on the smartphone there is one column in the preview and it needs 2.

link :


Best regards, rafal.

Comments

  • Hi,

    Please try the following CSS code:

    @media only screen and (max-width: 767px){
       #Content .section.full-width .portfolio_group .portfolio-item {
          width: 48%!important;
          margin-left: 1%!important;
          margin-right: 1%!important;
       }
       #Content .section.full-width .portfolio_group .portfolio-item img{
          padding: 20px!important;
       }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.