1
JesusRomero
reduce the size text box in xoops 2.5.6

as I reduce the size of the text box in the "post-comment"

2
Mamba
Re: reduce the size text box in xoops 2.5.6
  • 2013/7/10 10:36

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Can you show a screenshot with what you have right now, and what you want to do?

Normally the size should be self-adjustable, at least the width, based on the theme.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

3
brutalicuss
Re: reduce the size text box in xoops 2.5.6

I had the same problem with text box comments in xoops 2.5.5
The solution for me was:
Add in theme style css:
#com_text {
width:400px;
}

I hope its working for you too

4
JesusRomero
Re: reduce the size text box in xoops 2.5.6

Ready, Thank you!!! brutalicuss


inserted in the file xoops.css the code:

#com_text {
width: 300px;
height: 100px;
}

5
MadMaggie
Re: reduce the size text box in xoops 2.5.6
  • 2013/7/16 8:39

  • MadMaggie

  • Just popping in

  • Posts: 3

  • Since: 2013/4/3 1


@brutalicuss: I gave your code modification a shot and it worked for me. Thanks

Login

Who's Online

230 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 230


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits