Mobile Display

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 4 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #510078

    Tiffiney Baumgarden
    Expired Member
    Post count: 26

    Hi!

    After searching, my mobile display tries to show two listings at the same time, causing them to overlap.

    http://www.thecblist.com

    On the desktop it only shows one at a time (no columns) how do I make sure it does the same on mobile?

    Thanks!

    #510100

    Kor
    Moderator
    Post count: 16516

    Hi Tiffiney,

    Thanks for your post. I’ve inspected your Website and it looks fine. Could you share some screenshots of the issue?

    #510213

    Tiffiney Baumgarden
    Expired Member
    Post count: 26

    Sure! Attached is what it looks like on my phone.

    #510260

    Kor
    Moderator
    Post count: 16516

    Hi Tiffiney,

    Try using the custom CSS code below and see if it fixes it.

    @media only screen and (max-width: 800px) {
    body.search-results ul.geodir-category-list-view>li {
        width: 100% !important;
    }
    .search-results .elementor-element {
        left:0px!important;
    }
    }
    
    @media only screen and (max-width: 800px) {
    body.search-results ul.geodir-category-list-view>li:nth-child(2n+0) {
        margin-left: 0px!important;
    }
    
    }
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket