Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #847992
captions
Closed

Comments

  • Jamie Edwards started the conversation

    Hi,

    I would like the portfolio mobile caption style (attached) to appear on all the other break points. 

    Basically the caption appearing directly below the image, replacing the rollover style current the desktop 

    Please could someone supply the CSS?

    Cheers,

    Jamie

  • [deleted] replied

    Hi Jamie,

    Can you please add the code below to Custom CSS

    .single-portfolio-holder .gallery .photo .caption {
    filter: alpha(opacity=1) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    position: relative !important;
    -webkit-transform: translateY(0px)!important;
    -moz-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    -o-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
    left: 0 !important;
    bottom: 0 !important;
    }