Okay
  Public Ticket #634181
portfolio
Closed

Comments

  • jonas started the conversation

    hey, is it possible to have only one portfolio in a portfolio row, at the moment 3 is minimum?

  •  8,992
    Tahir replied

    Hey ,

    Yes its possible with setting the portfolio col width to 100% in CSS .

    Please add a extra css class in the portfolio row and provide the url so i can write up the custom css.

    Best.


    ThemeNectar Support Team 

  •   jonas replied privately
  •  8,992
    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) :
    .vc_col-sm-3 .portfolio-items .col.span_3 {
        width: 100% !important;
    }

    Best.



    ThemeNectar Support Team 

  • jonas replied

    gracias