×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Name, email captcha fields too small in my comment

Name, email captcha fields too small in my comment 15 years 5 months ago #1307

  • Rob
  • Rob's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Is my site, as you can probably see, the name, email, title and image verification textboxes are shrunken and cant see what is being written in them

Im using Joomla 1.0.0.15 as well

What am I doing wrong?

Thanks!

Name, email captcha fields too small in my comment 15 years 5 months ago #1308

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Did you make any changes to the template?

Open !jocomment's css file and find this one:
css.css (Linie 195)
#comment .inputbox {
margin:0;
}
change it to this for example:
#comment .inputbox {
margin:0;
width:350px;
}

Name, email captcha fields too small in my comment 15 years 5 months ago #1333

  • Rob
  • Rob's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Excelllent Daniel! That worked perfectly! Many Thanks! :lol:

Now, one final thing and I will be on my merry way! The send button seems to only be showing "Se" and not "Send" and may look a little hard to find!

Is there any way I can make it more visible, or to put it on the next line under the Captcha field?

Name, email captcha fields too small in my comment 15 years 5 months ago #1338

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
did you make changes to the css file after installing the component???
change
#comment .button {
}
to
#comment .button {css-green.css (Linie 194)
width:60px;
}
  • Page:
  • 1
Time to create page: 0.114 seconds