×

Notice

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

TOPIC: Not sure if this is a bug

Not sure if this is a bug 15 years 3 months ago #2261

  • Dennis Howlett
  • Dennis Howlett's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Please see image - the top border area is not showing. Can you help me find the code area so I can get that fixed please?

Not sure if this is a bug 15 years 3 months ago #2264

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I need a link to your web site.

And that is not a standart template or?

Not sure if this is a bug 15 years 3 months ago #2265

  • Dennis Howlett
  • Dennis Howlett's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
dahowlett.com - it's a Gavick,com template News II

Not sure if this is a bug 15 years 3 months ago #2273

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
go to css-age.css file and find
css-age.css (Linie 20)
#comment #CommentMenu {
border-bottom:1px solid #677791;
border-left:1px solid #677791;
border-right:1px solid #677791;
margin-bottom:5px;
margin-top:10px;
}

and change it to
#comment #CommentMenu {
border:1px solid #677791;
margin-bottom:5px;
margin-top:10px;
}

and
css-age.css (Linie 183)
#comment .form {
border-bottom:1px solid #677791;
border-left:1px solid #677791;
border-right:1px solid #677791;
margin-bottom:5px;
padding:1px;
width:100%;
}

to
#comment #CommentMenu {
border:1px solid #677791;
margin-bottom:5px;
margin-top:10px;
}

and
css-age.css (Linie 183)
#comment .form {
border:1px solid #677791;
margin-bottom:5px;
padding:1px;
width:100%;
}

Not sure if this is a bug 15 years 3 months ago #2274

  • Dennis Howlett
  • Dennis Howlett's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Worked a treat - many thanks
  • Page:
  • 1
Time to create page: 0.126 seconds