• Resolved djclowes77

    (@djclowes77)


    Hi

    I’ve used Spotlight on a few websites and it’s a great plugin, however on this ocassion I’m having a few issues.

    I’ve installed the feed which displays fine on desktop and tablet, however it isn’t displaying at all on mobile.

    Could you help please?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @djclowes77

    Thank you for reaching out, and we’re happy to hear that you love Spotlight!

    Upon checking, I found that you have a?div?element with the class?e-flex?that is using CSS flex to set the layout for the page, and this is causing some layout issues on mobile.

    To fix this, please add the following CSS code:

    selector { 
    flex-wrap: nowrap;
    }

    Ensure to target this specific container.

    This solved the problem on my end. Please try it and let me know how it goes. Thank you!

    Thread Starter djclowes77

    (@djclowes77)

    Amazing thank you, worked a treat!

    Plugin Support Hendra Setiawan

    (@hendcorp)

    Hi @djclowes77

    I’m glad to hear that the solution worked for you. If you ever need any other assistance, please don’t hesitate to reach out. We’re always here to help!

    P.S: If you have a moment, would you consider?leaving us a review? It only takes a minute, but it means the world to us.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.