Okay
  Public Ticket #3529901
Longer portfolio titles don't respect line
Closed

Comments

  •  2
    Alex started the conversation

    In smaller screens, titles that are a bit longer, instead of showing below the picture, show on top of the pic. How can I make them respect the title line and continue below rather than moving up and showing on top of the thumbnail pic?

    Attached files:  Screenshot 2023-11-25 at 16.48.27.png

  •  1,803
    Support replied

    Hi Alex,

    I don't get the same view here https://halesmedia.com/portfolio/

    https://prnt.sc/shKBGxHrdx9p

    But you can try adjusting the bottom for the grid captions

    @media only screen and (max-width: 1024px){

         .showcase-portfolio:not(.list-grid) .slide-inner .slide-caption {
              bottom: -90px;
         }

    }

    in customizer -> additional CSS. And/or make the title smaller, whatever it suits you

    @media only screen and (max-width: 1024px){

        .showcase-portfolio .slide-caption .slide-title {
            font-size: 17px;
            line-height: 25px;

        }

    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy