+ Reply to Thread
Results 1 to 3 of 3

Thread: Size of description box

  1. #1
    Junior Member
    Join Date
    Dec 2009
    Posts
    28

    Size of description box

    Hello,

    How can I control the width of deciption box?

    View image to details:


    Thank you,
    Vitor

  2. #2

    Re: Size of description box

    Hello Vitor,

    There is no ability to change width of tooltip via admin panel, you can change width in code

    You need edit templates/your_template/tpl/controllers/add_listing.tpl
    find code and make changes

    Code:
    Only registered members can view the code.
    you need to change width here, also you can try to remove this line - width will be calculated automatically

  3. #3
    Junior Member
    Join Date
    Dec 2009
    Posts
    28

    Re: Size of description box

    Thank you Mike!

+ Reply to Thread