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 #2065894
Post date
Closed

Comments

  • RudyWu started the conversation

    How can I show all post date like first post in this block?

    https://prnt.sc/o94as1

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom css to do that

    @media screen and (min-width: 960px){
    .penci-container-width-1080.penci-vc_sidebar-right .penci-content-main .penci-grid_8 .penci-vc-grid-scroll .penci_post-meta, .penci-container-width-1080.penci-vc_sidebar-left .penci-content-main .penci-grid_8 .penci-vc-grid-scroll .penci_post-meta, .penci-container-width-1400.penci-vc_two-sidebar .penci-content-main .penci-grid_8 .penci-vc-grid-scroll .penci_post-meta, .penci-container-width-1400 .penci-content-main.penci-col-6 .penci-grid_8 .penci-vc-grid-scroll .penci_post-meta {
        display: inline-block;
    }
    }

    Best Regards,

    PenciDesign

  • RudyWu replied

    It works, many thanks