GeoDir Wrapper not responsive

This topic contains 10 replies, has 3 voices, and was last updated by  Dale 6 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #419485

    Dale
    Full Member
    Post count: 96

    Good Day,

    There seems to be an issue with the #geodir-wrapper not being responsive with certain listings text.

    I have added this text to my Events and Venues CPT with same results. The wrapper is off-screen and does not become responsive. If I remove the text and add in a sample paragraph or 2 then the content is responsive but not with the text which I have attached.

    What could be the issue?

    #419506

    Kor
    Moderator
    Post count: 16516

    Hi dale,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    #419572

    Dale
    Full Member
    Post count: 96

    Hi Kor,

    Thanks for your reply.

    I am not keen on sharing Admin access.

    I have removed some of the text in the attachment and it shows up correctly. There must be some characters that cause this to break in the attached text.

    Perhaps you can copy paste to a test site to check or I suggest you bump this up to a developer to investigate.

    Looking forward to the outcome.

    #419590

    Kor
    Moderator
    Post count: 16516

    Hi Dale,

    Unfortunately, it’s hard to tell without seeing the backend and doing some inspecting. Do you think you can upload the site to a staging URL so we can take a look?

    Thanks!

    #419689

    Alex Rollin
    Moderator
    Post count: 27815

    The other day someone reported something similar. You can try some CSS to bring it back:

    
    
    
    .description p {
        width: 80% !important;
    }
    

    https://wpgeodirectory.com/docs/customizing-your-style/

    #419843

    Dale
    Full Member
    Post count: 96

    Hi Alex,

    Your recommendation had no effect.

    I guess I should have posted this in the bugs forum.

    Kind regards,

    #419847

    Dale
    Full Member
    Post count: 96

    On further investigation of the attached text.

    It contains these characters which break the responsiveness of the site:

    ____________________________________________

    44 underlines

    It seems 33 is the max allowed which does not break the responsiveness (on my mobile screen at least).

    Can this be fixed to allow these non-breaking character strings?

    #419850

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #420245

    Dale
    Full Member
    Post count: 96
    This reply has been marked as private.
    #420298

    Kor
    Moderator
    Post count: 16516

    Hi Dale,

    Try this custom CSS code below and see if it works.

    
    
    .content {
        float: none!important;
    }
    #420343

    Dale
    Full Member
    Post count: 96

    .content {
    float: none !important;
    }

    … fixed it > Thank you ever so much!

Viewing 11 posts - 1 through 11 (of 11 total)

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

Open Support Ticket