Okay
  Public Ticket #1313397
Portfolio Grid in Mobile - Can I adjust to two columns
Closed

Comments

  • cascadewoman started the conversation

    Hi!  We've got a portfolio 4-col grid setup and would like to keep the grid at 2 columns in mobile rather than one.  Is there any easy way to do this?  I've been digging in the CSS for hours but can't find the right setup.  

    Thanks and I love your theme!

  •  8,470
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px)  {
        .portfolio-items:not(.carousel) .col.span_4, .portfolio-items:not(.carousel) .col.span_3 {
            width: 45.8%!important;
            margin: 2%!important;
        }
    }

    Thanks


    ThemeNectar Support Team