Comments Jamie Edwards started the conversationAugust 1, 2016 at 4:11pmHi,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] repliedAugust 1, 2016 at 5:22pmHi 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;} Sign in to reply ...
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
Hi Jamie,
Can you please add the code below to Custom CSS