DragonMaster wrote: [View Post]I’m using Black Pearl 1.4.5 and I would like to move the header site description over to the center a bit more but can’t locate code to do that. Can you please advise how to do that?
Limun wrote: [View Post]DragonMaster wrote: [View Post]I’m using Black Pearl 1.4.5 and I would like to move the header site description over to the center a bit more but can’t locate code to do that. Can you please advise how to do that? phpbb3 or icyphoenix?
DragonMaster wrote: [View Post]phpbb 304
Limun wrote: [View Post]if you mean like this than i made just this : open your stylesblack_pearltemplateoverall_header.html and find this line Spoiler: [ Show ]Spoiler: [ Hide ]<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td> what i made i just changed aling to left like this Spoiler: [ Show ]Spoiler: [ Hide ]<td align="left" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td> thats all , anyway this line is for header site description