Okay
  Public Ticket #851048
On a single page portfolio, how to make the collapsed description info titles smaller size for iPhone only?
Closed

Comments

  • Brahim Salami started the conversation

    Hello Team Laborator,

    Thank you very much for your help on my previous tickets.

    We would like on a single page portfolio (we are using the portfolio-type-5), that the portfolio-description-showinfo has a smaller font size like H6, H5  only when viewed on iPhones with the state of portfolio-description-showinfo is collapsed.

    Could you help us find a solution?

    Please refer to the attached image.

    Thank you guys in advance!

    Cheers

  • [deleted] replied

    Hi Brahim,

    First of all i want to tell you that this is a very custom request and we don't offer this level of support, i will try to help you this time only.

    Can you please add the code below to Custom CSS

    @media screen and (max-width: 768px) {
        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container h1 {
            font-size: 18px !important;
        }
        .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .portfolio-description-showinfo h3 {
            font-size: 18px;
        }
    }