×

Notice

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

TOPIC: styling issue

styling issue 15 years 6 months ago #4098

  • Dennis Petersen
  • Dennis Petersen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Normally I wouldn't consider myself a total newbie, but this problem has been bugging me all night now.

First a quick question, when I choose to copy a template so I can work with it, and keep it after upgrade, where is it copied to?

A now the big thing.
I've been toying around with the akos theme, and the Css file, I've got everything to my liking so far, except for the gaps between comments, the post sections and the borders around comments. Right now i've just set border="1" in the html file, I'd really a simple css border around the comments... just can't figure it out :(

I've attached an image to clear up any confusion.
Hope you can help me out.

BTW... thanks to the author of this component, it really kicks ass!

styling issue 15 years 6 months ago #4105

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
The modified template is saved in media/...
About your second problem. If you give me a link to your site with the comment system installed I could tell you.

But as I like to say: "Don't give a man a fish, teach him how to fish instead." Install firebug for firefox and try to find the exact css class :)

styling issue 15 years 6 months ago #4114

  • Dennis Petersen
  • Dennis Petersen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
The URL for the site is: http://is.gd/C6Eu

I've tried to modify the css, but it simply won't budge :S

Also I have already got firebug and x-ray installed, still can't seem to figure it out.

styling issue 15 years 6 months ago #4115

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Dennis,
Remove the border="1" and play with this css:
#comment #Comments table {
margin: 0px;
padding: 0px;
border: 0px;
}
  • Page:
  • 1
Time to create page: 0.138 seconds