Okay
  Public Ticket #1352079
Portfolio Grid mobile
Closed

Comments

  • Fausto started the conversation

    Hello, is there a way to have the grid on mobile show on two columns instead of just one has it shows currently?

    Thank you


  •  9,016
    Tahir replied

    Hey Again,

    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 .elastic-portfolio-item {
            width:50% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Fausto replied

    Thank you