Increase Size of Description Field

This topic contains 8 replies, has 3 voices, and was last updated by  getawaydigital 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #515480

    getawaydigital
    Full Member
    Post count: 211

    How can I increase the size of the description field on add entry form. Ideally would like it to be about 12 lines deep? Thanks Andy

    #515492

    Kor
    Moderator
    Post count: 16516

    Hi Andy,

    Thanks for your post. We can use custom CSS code to increase the size of the description field. Could you share your Website WP admin access here in private reply so that I could inspect your page and provide you the code to achieve this?

    #515505

    Alex Rollin
    Moderator
    Post count: 27815

    Try this example, and add a selector unique to your page:

    
    
    
    textarea#post_content {
        height: 272px!important;
    }
    
    #515750

    getawaydigital
    Full Member
    Post count: 211

    Thanks Alex I will try this, I’ll admit to being not that brilliant with CSS so need to check out how to add selector but if you could help out with an example would be a great help if I’m not asking too much 🙂

    #515751

    getawaydigital
    Full Member
    Post count: 211
    This reply has been marked as private.
    #515763

    Alex Rollin
    Moderator
    Post count: 27815

    You can use it as is, let us know if you have any problems.

    Just add it to the customizer.

    #515765

    getawaydigital
    Full Member
    Post count: 211

    Ok thanks will try it out

    #515827

    Kor
    Moderator
    Post count: 16516

    Hi getawaydigital,

    Let us know how it goes.

    #515840

    getawaydigital
    Full Member
    Post count: 211

    I added the code Alex gave me and all seems fine now, thanks

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

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

Open Support Ticket