Increase the height of the Listing Description textarea

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

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

Open Support Ticket
  • Author
    Posts
  • #17665

    Peter Davenport
    Free User
    Post count: 22

    My client wants a larger input box for the Listing Description textarea. Currently, it is only 65px high, but I want to make it at least 300px. I tried the following CSS but it seems to have no effect. Any ideas?

    
    
    #geodir_post_desc_row #post_desc textarea {
    	height: 300px !important;
    }
    #17673

    Guust
    Moderator
    Post count: 29970

    This should do it
    #geodir_post_desc_row .geodir_textarea {height: 300px}

    #17684

    Peter Davenport
    Free User
    Post count: 22

    Great! Thanks for clearing that up for me!

    #18943

    bayoa
    Full Member
    Post count: 5

    Hi, I need to effect this change too, but cant seem to find that line in the css file. In which file should I search for the line above to edit. Thanks

    #18981

    Guust
    Moderator
    Post count: 29970

    @bayoa

    You should never update your plugin or theme CSS files, or you will loose all your changes when they get updated.
    Instead, add the code to the style.css of your child theme.
    http://codex.wordpress.org/Child_Themes
    http://docs.wpgeodirectory.com/customizing-your-style/

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