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 #2035072
Mobile Optimization
Closed

Comments

  • Kev2633 started the conversation

    Hi, I am using the seo blog theme of Soledad. I noticed that the "Enable Post Thumbnail for Next/Prev Post Navigation" option works on desktop view, but not in mobile view. It just displays text without the thumbnail. Is there anyway you can make it appear it in mobile through custom css?

  • Kev2633 replied

    Here is a screenshot:

  •  2,699
    PenciDesign replied

    Hi,

    You can enable it on mobile by add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 479px){
    .penci-post-nav-thumb {
        display: inline-block !important;
    }
    }
    

    Best Regards,

    PenciDesign