TOPIC: Table

Table 10 years 11 months ago #1090

  • eric95400
  • eric95400's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma:
Bonjour,

j'esssaye votre thème que je trouve très beau, mais j'ai une extension avec des tableau, et je n'arrive pas à mettre l'un des style de tableau de votre thèmes comment faire moi cela donne un tableau sans trait et tout blanc.

www.sos-adversaire.fr/prono-foot/index.p...0&order=0&Itemid=207

merci d'avance
The administrator has disabled public write access.

Re: Table 10 years 11 months ago #1097

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
I'm going to tell you but you changed to other template and fit your look now for the table.

Also, the slideshow module, it will look better if in www.sos-adversaire.fr/prono-foot/modules...deshow/css/style.css:

1. find this code:
div.ot-navigator ul.navigator{
	margin: 0;
	padding: 0;
	position: absolute;
}
and change it to:
div.ot-navigator ul.navigator{
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none outside none;
}

2. find this code:
div.ot-navigator ul.navigator li div.nav-item {
    float: left;
    padding: 18px 15px;
}
change it to:
div.ot-navigator ul.navigator li div.nav-item {
    float: left;
    padding: 10px 15px;
}

3. find this code:
div.ot-navigator{
	position: absolute;
	top: 0;
	right: 0;
}
and change it to:
div.ot-navigator{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Table 10 years 11 months ago #1104

  • eric95400
  • eric95400's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma:
Merci beaucoup
The administrator has disabled public write access.
Time to create page: 0.100 seconds