Okay
  Public Ticket #2790825
portfolio checklists layout
Closed

Comments

  •  3
    Marie started the conversation

    Hi,

    Is there a way to change checklist displys in portfolio items? Something more than just full widht or 50%? 

    I would like to reoganize maybe on two or three lines, just in order not to scrawl to long after a looooong column of description.. 

    thanx for your help

    :) 

  • [deleted] replied

    Hi Marie,

    Please send me your WordPress credentials, because I need to login to your site and test this.

    To include your credentials click the Insert Credentials button in the editor toolbar (see how) so your reply will be private.

    Thanks!

  •   Marie replied privately
  •   Marie replied privately
  • [deleted] replied

    Hi Marie,

    Can you please tell me how exactly you plan to do those checklists? You can send me a mockup so I can tell you if that is possible or not.

    P.S: You can also choose one of the project layouts that Kalium offers because many of them have different layouts for the description area.

    medium
    (view on a new page)

    Thanks!

  •   Marie replied privately
  • [deleted] replied

    Hi Marie,

    Please add the code below to your Parameters and Options > Custom CSS area (so on that page only):

    .single-portfolio-holder.portfolio-type-2 .col-sm-8 {
        width: 100%;
    }
    .single-portfolio-holder.portfolio-type-2 .col-sm-3.col-sm-offset-1 {
        margin-left: 0px;
        width: 100%;
    }
    .single-portfolio-holder.portfolio-type-2 .services, .single-portfolio-holder.portfolio-type-3 .services {
        margin-top: 0px;
    }
    .single-portfolio-holder .details .services .checklist-entry {
        width: auto;
    }

    Does this work for you? If not, please prepare a mockup so I can see visually what you want to achieve.

    Thanks!

  •   Marie replied privately
  • [deleted] replied

    Hi Marie,

    Please add this CSS code in the Parameters and Options > Custom CSS (so on that project only):

    .single-portfolio-holder.portfolio-type-2 .col-sm-3.col-sm-offset-1 {
        margin-top: 60px;
    }
    Thanks!

  •  3
    Marie replied

    Works fine :) Thank you very much 

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!