Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2252736
move post caption on main page
Closed

Comments

  • myofb started the conversation

    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

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • myofb replied

    Thanks! Seems to be working :)