Comments zumaxb started the conversationOctober 19, 2018 at 11:01amHi,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-metaThank you 2,700PenciDesign repliedOctober 19, 2018 at 2:59pmHi,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,PenciDesign1 Likezumaxb repliedOctober 20, 2018 at 10:12amPerfect.Thank you. Case closed.zumaxb repliedOctober 20, 2018 at 10:33amI 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,700PenciDesign repliedOctober 20, 2018 at 4:26pmYeah, You can give it a try - I think your solution will work well.Best Regards,PenciDesign Sign in to reply ...
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
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Perfect.
Thank you. Case closed.
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>
Yeah, You can give it a try - I think your solution will work well.
Best Regards,
PenciDesign