Titres des forums impossibles à déplacer à droite (restent centrés)
3 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
Titres des forums impossibles à déplacer à droite (restent centrés)
Détails techniques
Version du forum : phpBB2Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome
Capture d'écran du problème :
- Voir l'image:
Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : J'ai sans doute fait quelque chose dont je n'ai pas souvenir..
Lien du forum : http://forumtest74.forumactif.com/
Description du problème
BonjourJe rencontre un souci, le titre de mes forums reste résolument centré je dois avoir deux codes qui se font concurrence, et à force d'avoir le nez dedans je ne vois rien.
Le "on my mind" devrait être à droite.
Je vous copie la partie du CSS qui correspond :
- Code:
/*ici la partie des titres sous forum*/
a.forumlink {
color: #458a7f!important;
font-family: verdana;
line-height: 25px;
padding: 5px 5px 3px;
font-size: 8px;
font-weight: 100;
text-transform: uppercase;
letter-spacing: 3
text-align: right;
}
.fondcate {
background: #f2f0ea;
height: 127px;
line-height: 11px;
padding: 0px 10px 3px 10px;
position: relative;
text-align: justify;
}
.dermess {
background: #fff;
font-family: Comfortaa, cursive;
font-size: 11px;
height: 86px;
letter-spacing: 0;
line-height: 14px;
padding: 3px;
position: absolute;
right: 5px;
text-align: center;
text-transform: uppercase;
top: 30px;
width: 189px;
}
.mess {
background: #fbfbfb;
font-family: lato;
font-size: 9px;
font-weight: 400;
height: 52px;
margin: 2px;
padding-bottom: 10px;
padding-top: 20px;
vertical-align: middle;
width:115px;
}
.mess span {
padding-top: 0;
z-index: 20;
font-size: 8px;
}
.mess span a {
color: #458a7f;
font-size: 8px;
font-weight: 900;
letter-spacing: 1px;
text-decoration: none;
}
.mess strong a {
color: #000000;
font-size: 8px;
font-weight: 900;
letter-spacing: 1px;
text-decoration: none;
}
img.imgcate {
position: absolute;
right: 206px;
top: 30px;
z-index: 2;
et mon index_body
- Code:
<br><br> <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<br><br>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<th colspan="1" nowrap="nowrap" width="100%" class="secondarytitle">{catrow.tablehead.L_FORUM}</th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<td>
<div class="fondcate">
<div class="descriptoncate">
<table width="100%"><tbody><tr><td><h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}></td><td class="messsujets">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</td></tr></tbody></table>
<div class="descr"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
</div>
<div class="avatarcate">
<!-- BEGIN ads -->
<span class="AD_LastPA">
<span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
<span class="AD_LastInfos">
<b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
{catrow.forumrow.ads.DATE}<br />
{catrow.forumrow.ads.LOCATION}
</span>
</span>
<!-- END ads -->
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
</div>
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"class="imgcate" />
<div class="dermess">
<div class="mess">{catrow.forumrow.LAST_POST}</div>
</div>
</div>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Je précise qu'il n'y a aucune balise dans les titres des forums !
En remerciant toute personne qui m'éclairera
Re: Titres des forums impossibles à déplacer à droite (restent centrés)
Hello
Tu parles bien des titres "On my mind" ou "votre 1ère section..." ?
Dans ta CSS tu as ça :
Qui centre les titres Si tu veux que juste ces titres là ne soient pas centrés, tu peux essayer d'ajouter cette CSS :
Tu parles bien des titres "On my mind" ou "votre 1ère section..." ?
Dans ta CSS tu as ça :
- Code:
.descriptoncate .hierarchy {
display: block;
margin: 0 auto;
text-align: center;
}
Qui centre les titres Si tu veux que juste ces titres là ne soient pas centrés, tu peux essayer d'ajouter cette CSS :
- Code:
.descriptoncate h3.hierarchy{
text-align: left;
}
Re: Titres des forums impossibles à déplacer à droite (restent centrés)
Hello
Alors en effet il suffisait de faire cet ajout + un padding sinon ça venait chevaucher sujet/message
Je ne me rends pas compte si c'est "du bricolage" le coup du padding mais tant que ça marche c'est que ça va hihi
Merci beaucoup pour ton aide !
Alors en effet il suffisait de faire cet ajout + un padding sinon ça venait chevaucher sujet/message
Je ne me rends pas compte si c'est "du bricolage" le coup du padding mais tant que ça marche c'est que ça va hihi
Merci beaucoup pour ton aide !
Re: Titres des forums impossibles à déplacer à droite (restent centrés)
Bienvenue sur le forum de support de Forumactif Puisque vous êtes nouveau, voici quelques sujets susceptibles de vous intéresser : N'hésitez pas à ouvrir un nouveau sujet si vous ne trouvez pas votre réponse. |
Sujets similaires
» Les titres des forums sont centrés par défaut !
» Titres forums alignés à droite
» Modification des titres des sujets impossibles
» Les sous-forums non centrés
» Catégories et forums centrés.
» Titres forums alignés à droite
» Modification des titres des sujets impossibles
» Les sous-forums non centrés
» Catégories et forums centrés.
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum