Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1290390
Related post not looking good on mobile
Closed

Comments

  • Kristofer started the conversation

    Hi,

    I have a problem with related post on mobile. Its not looking good, most of the text ends up outside the box.

    How can I fix this? I want related post to be on a vertical row on mobile.

    /Kristofer

  •  6,933
    Oliver replied

    HI!

    pls. add following css:

    @media (max-width: 768px) {
    .post-related-posts-block .related-element {
        margin-bottom: 0;
        width: 100%;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Kristofer replied

    Awesome! Problem solved.

    Thanks!

  •  6,933
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver