Pagina 1 din 1

Cum pot sa ...?

Scris: 23-Mai-2013, 17:36:07
de Mirel
Cum pot sa pun numele categoriei la mijloc la o tema?(acum e la stanga)

Re: Cum pot sa ...?

Scris: 23-Mai-2013, 19:35:32
de Ivan Petre Paul
Link către forum?

Re: Cum pot sa ...?

Scris: 23-Mai-2013, 19:56:57
de Mirel

Re: Cum pot sa ...?

Scris: 23-Mai-2013, 20:33:14
de MihaixD
Caută în forumlist_body.html:

Cod: Selectaţi tot

<dt><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt> 
Modifică aşa:

Cod: Selectaţi tot

<dt style="text-align: center;"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt> 
Sau mai 'profi':
Cauţi în theme/ stylesheet.css:

Cod: Selectaţi tot

.cap-div {
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
}
Modifici cu:

Cod: Selectaţi tot

.cap-div {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

Re: Cum pot sa ...?

Scris: 23-Mai-2013, 20:45:22
de Mirel
Multumesc Mihai,a doua optiune a mers :D

Re: Cum pot sa ...?

Scris: 23-Mai-2013, 22:32:11
de MihaixD
Şi prima ar fi trebuit să meargă :-? ...
Cu plăcere!