Comments myofb started the conversationDecember 27, 2019 at 11:56amHello,I'm using "1st Overlay Then Grid" as the "Homepage Layout" but I would like to move the post caption to the lower third of the picture because it's often covering the main aspect of the post related picture. How do I do that?Kind regards 2,700PenciDesign repliedDecember 27, 2019 at 2:45pmHi,Please try add more this code to Customize > Custom CSS to do that: .penci-overlay-over .overlay-header-box{ transform: none; -webkit-transform: none; -moz-transform: none; top: auto; bottom: 60px; } @media only screen and (max-width: 767px){ .penci-overlay-over .overlay-header-box{ bottom: 20px; } } Best Regards,PenciDesign1 Likemyofb repliedDecember 27, 2019 at 2:58pmThanks! Seems to be working :) Sign in to reply ...
Hello,
I'm using "1st Overlay Then Grid" as the "Homepage Layout" but I would like to move the post caption to the lower third of the picture because it's often covering the main aspect of the post related picture. How do I do that?
Kind regards
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thanks! Seems to be working :)