+ Reply to Thread
Results 1 to 3 of 3

Thread: how do I.....

  1. #1

    how do I.....

    I need to make the box that displays the plans larger.... much of the text I have describing the plans is being cut short. (see attachment)

    How do I do that?

    I searched for "tile" expecting it to be a css issue, but can not find it.

    Thanks.
    cutoff.jpg

  2. #2
    Hello Marc,

    I don't know what template do you use and cannot say you exactly line but you can find it in css: ftp://templates>>your_template>>css>>styles.css
    Code:
    Only registered members can view the code.
    change 'height' or remove 'overflow: hidden;'
    and it should show descriptions.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    well duh! :p

    I also had to remove the overflow:hidden; declaration.

    Thanks Viktor!

+ Reply to Thread