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 #1752915
Move cat from thumb, down to date
Closed

Comments

  • zumaxb started the conversation

    Hi,

    would this be inside your support policy?

    I would like to have the .penci-block-vc .penci-cat-name not over the image but above or below the .penci_post-meta


    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .penci-block-vc .penci-post-cat{ position: static; margin-top: 5px; }
    

    Best Regards,

    PenciDesign

  • zumaxb replied

    Perfect.

    Thank you. Case closed.

  • zumaxb replied

    I just realised that this solution works for a first page page but not for a paginated pages.

    So I guess the code should be:

    <code>

    .penci-block-vc .penci-post-cat,
    .penci-archive .penci-archive__content .penci-cat-links
    { position: static; margin-top: 5px; }

    </code>


  •  2,699
    PenciDesign replied

    Yeah, You can give it a try - I think your solution will work well.


    Best Regards,

    PenciDesign