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 #2491764
Related Posts
Closed

Comments

  • hoopsph started the conversation

    Would it be possible to display Related Posts in two columns in mobile view instead of one?

    I disabled the Post Format icons in Related Posts but it still shows.


  •  501
    Penci replied

    Hi,

    1/ you can display Related Posts in two columns in mobile

    2/ Please send me screenshot for the issue. I will check it help you


    Best Regards,

    PenciDesign

  • hoopsph replied

    1. how?

    2. see attached file.

  •  501
    Penci replied

    Hi,

    1/ I  add custom css to show related 2 column help you

    @media screen and (max-width: 480px) {
    .penci-post-related .item-related {
        width: 50%;
    }
    .penci-post-related .item-related:nth-child(3n + 1) {
        clear: none;
    }
    .penci-post-related .item-related:nth-child(2n + 1) {
        clear: both;
    }
    .penci-post-related .item-related h4 {
        font-size: 16px;
    }
    }

    2/ thank your for your all feedback.

    It is small this issue on our code. I fixed it help you on your site. Please check it again.

    I will add more this fix to the next update version of PenNews.

    Best Regards,

    PenciDesign


  • hoopsph replied

    thanks! would it be possible to show the date under the titles?

  •  501
    Penci replied

    Hi,

    I'm not clear about the question. Please tell me about the issue and send me screenshot  for the issue.

    Best Regards,

    PenciDesign

  •   hoopsph replied privately
  •  501
    Penci replied

    Hi,

    Unfortunately, currently, pennews  theme doesn't support show date with related.

     We will consider to add more this feature in the next update version of PenNews. I'm not sure it will be added but i'm sure we will consider about this.

    Best Regards,

    PenciDesign