×

Notice

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

TOPIC: form layout problems

form layout problems 14 years 2 months ago #8861

  • ali
  • ali's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
i've just installed the component and it looks to work ok but the form is all squashed up. i don't think it's anything in my stylesheets as i've removed them and it still looks the same ... any ideas anyone?

you can see an example here:

form layout problems 14 years 2 months ago #8862

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
haha, I see the problem :)

your template has this(line 20 168.css):
#content div {
margin-top: -20px;
}

and this is making us problem.
If you delete the margin you will not have any problems with the comment form, but I don't know if it wont screw other parts of your site.

Perhaps try this:
#comment {
margin-top: 0 !important;
}
 

form layout problems 14 years 2 months ago #8863

  • ali
  • ali's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
aha of course! didn't check that stylesheet. it was only a layout thing i originally did it for so doesn't make much difference to remove.
thanks for your time and advice! B)
  • Page:
  • 1
Time to create page: 0.126 seconds