Responsive for iPhone

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 5 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #480504

    goakes
    Buyer
    Post count: 143

    Hello

    Not sure if this issue a theme or Geodirectory issue.

    When using an iPhone, and a search is made, the listing information does not appear to be responsive to show the text across the full width of the screen.

    The visualisation in the theme shows the text filling the full width of the screen.

    Can you advise whether is this a Geodirectory issue ot a theme issue?

    I have attached two images: responsive2 is what the theme expects to see and responsive1 is what is actually seen.

    #480514

    Guust
    Moderator
    Post count: 29970

    This is a GD issue, try updating all GD plugins first.
    It that does not fix it, then try adding this CSS:

    @media only screen and (max-width: 800px) {
    body ul.geodir-category-list-view>li .gd-list-item-left, 
    body ul.geodir-category-list-view>li .gd-list-item-right {
        display: block;
        width: 100% !important;}
    }

    Thanks

    #480539

    goakes
    Buyer
    Post count: 143

    That works – thank you.

    #480573

    Guust
    Moderator
    Post count: 29970

    You’re welcome, and thanks for reporting. This will have to be added for future updates.

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