Okay
  Public Ticket #969237
Minimum Portfolio Columns
Closed

Comments

  • MyshaSantini started the conversation

    Hello,

    Is it possible to set a minimum of 2 portfolio columns?

    This is mainly for when the website is being used on a mobile device,


    Thank you,

    Mysha

  •  8,996
    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: 1000px) and (min-width: 0px) {
        .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 

  • MyshaSantini replied

    Works fantastically!

    Thank you!