• Resolved craigmckee

    (@craigmckee)


    When entering product details and short description the boxes are very small. I’d like to make them 250px – is this possible? I managed to increase the height playing with some css but it didn’t increase the area I could actually type in. Any help appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Shafinoid

    (@shafinahmad01)

    Hello @craigmckee

    Thank you for reaching us.

    If you want to change the height of the text editor for short and long descriptions then you can perform template overriding on the below file,

    File Path: /dokan-lite/templates/products/
    File Name: new-product-single.php
    
    Line Number,
    for short description - line no.414
    & for the description - line no.419

    Change the editor_height value according to your need.

    If you are not familiar with the template overriding then you can follow this third-party article.

    Best Regards!

    Shafinoid

    (@shafinahmad01)

    Hello,
    I believe you are doing well,

    As you haven’t replied for a long, I’m considering that your query is being satisfied and I’m also resolving this topic.

    But feel free to create another one anytime.

    Thread Starter craigmckee

    (@craigmckee)

    Hi, I didn’t manage to change this but I managed to achieve what I wanted via the CSS route.

    #post_content_ifr {
    	height: 250px !important;
    }

    In case anyone else is looking for a solution to this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase height of product description box’ is closed to new replies.