how to increace add-listing description field hight

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

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

Open Support Ticket
  • Author
    Posts
  • #337795

    Ding Hua
    Expired Member
    Post count: 152

    Hi ,

    Refer arrow inside attached file , the height of description field in add-listing form is very short.

    How can I increase the height ?

    Rgds,
    YC

    #337818

    Guust
    Moderator
    Post count: 29970

    Add this CSS:

    
    
    .#geodir_post_desc_row .geodir_textarea {
        height: 300px;
    }

    For future reference please review https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks

    #337819

    Kor
    Moderator
    Post count: 16516

    Hi YC,

    Not sure why your Website is not accessible for me. Anyway, try using the custom CSS code below and see if it works.

    
    
    div#geodir_post_desc_row textarea{
        height:300px;
    }

    Thanks!

    #338035

    Ding Hua
    Expired Member
    Post count: 152

    Hi,

    Thanks. It works.

    Rgds,
    YC

    #338268

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

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

Open Support Ticket