• Resolved shri9119

    (@shri9119)


    Hi, the search box in not mobile friendly. Category list goes outside the screen. you can check my website on mobile

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

Viewing 1 replies (of 1 total)
  • Hi @shri9119,

    If you’re referring to Directory Types, you can use the below CSS to stack them up, instead of them being horizontally scrollable:

    
    @media (max-width: 540px)
    {
        .directorist-listing-type-selection {
            flex-direction: column !important;
        }
    }
    

    Regards,
    Mahdi.

    • This reply was modified 3 years, 3 months ago by Mahdi.
Viewing 1 replies (of 1 total)
  • The topic ‘Search form in not mobile friendly’ is closed to new replies.