Adjust Margins on Send to Friend and Send Email Popups

This topic contains 2 replies, has 2 voices, and was last updated by  Ray Scarpa 7 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #264605

    Ray Scarpa
    Expired Member
    Post count: 84

    Hi All,

    We’re experiencing some clipping of the Claim Listing, Send to Friend and Send Email popups. We tried to adjust with some code found in the forums (can’t find the post now) which was something like this:

    
    
    /* GeoDirectory - Adjust "Send Inquiry popup window size */
    #simplemodal-container .row label {
    margin-left: 25px;
    }
    
    /* GeoDirectory - Adjust "Send email popup window size */
    #basic-modal-content2 .row label {
    margin-left: 25px;
    }

    Sample listing:
    http://www.inmaricopa.com/listing/health-wellness-1/a-1-health-wellness/

    But it’s not working. Any suggestions on how to fix would be appreciated.

    Thanks!

    #264621

    Kor
    Moderator
    Post count: 16516

    Hi Ray,

    Could you try using the custom CSS code below and see if it fixes the issue there? Let us know how it goes. Insert into GD > Design > Script > Custom Style CSS

    
    
    #basic-modal-content2 .row,
    #basic-modal-content .row,
    #gd-basic-modal-content4 .row {
        margin-left:0px;
    }

    Thanks!

    #264998

    Ray Scarpa
    Expired Member
    Post count: 84

    Worked perfectly, thanks so much! We really appreciate the incredible support you provide.

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

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

Open Support Ticket