Change height of popups for send enquiry and send to friend

This topic contains 3 replies, has 3 voices, and was last updated by  purpleedge 9 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #13928

    purpleedge
    Expired Member
    Post count: 539

    Can anyone tell me how to change the height of the popups for “Send Enquiry” and “Send to Friend” ?

    <div style="position: fixed; z-index: 99999; height: 475px; width: 390px; left: 523.5px; top: 191px;" class="simplemodal-container" id="simplemodal-container">

    I’d like the height to be 600px and haven’t been able to do it with css.

    #13929

    Simone
    Expired Member
    Post count: 3515

    you should edit this

    
    
    div#simplemodal-container.simplemodal-container {height: 600px; }
    

    and also this

    
    
    #basic-modal-content2
     { height:600px; }
    #13992

    Guust
    Moderator
    Post count: 29970

    I thought that this was fixed, ie that new version would have auto height for Enquiry, Friend and Claim popups. I’ll remind Stiofan.

    { height:auto }
    should work all the time, and expands and contracts as you click on “what’s the process” for example.

    #basic-modal-content2, #basic-modal-content4, #gd-basic-modal-content4,
    { height:auto }

    #13994

    purpleedge
    Expired Member
    Post count: 539

    Thanks Guys,

    I didn’t see those divs, and Guust’s solution seems to have solved it.

    I’m using a child theme so Stiofan may well have made changes to the css somewhere else?

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