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;
    }