Okay
  Public Ticket #1051762
Portfolio widgets
Closed

Comments

  •  16
    Jen started the conversation

    Is there a way to add a single portfolio to a row/widget rather than 3 columns?

    ie i have a category with only one item in it and I would love to place it on my page in a single column and then put content beside it

  •  8,460
    Tahir replied

    Hey Again, 

    No i am afraid this would only be possible with some custom css . Let me know the page url and also add a Extra class to the column or row so i can target that particular element only. 

    Be.st 


    ThemeNectar Support Team 

  •   Jen replied privately
  •  8,460
    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) :

    .col.span_4.regular.element.carpal-tunnel.gloria-spratt.hand-physiotherapists-zone-34.mallet-fingers.skiers-thumb.tennis-elbow.the-team.the-zone-team_zone34 {
        width: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  16
    Jen replied

    Great... and if I wanted to do this on other pages?


  •  8,460
    Tahir replied

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

    .single-post .portfolio-items .col.span_4 {
        width: 100%;
    }

    Thanks


    ThemeNectar Support Team 

  •  16