How can I move the name of forum, description and subforum name a little to the right like on the screenshot below?
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
<p align="right"> YOUR FORUM NAME </p>
<p align="right"> DESCRIPTION CONTENT </p>
<p align="center"> YOUR FORUM NAME/ DESCRIPTION </p>
a.forumlink {
padding-left: 10px;
}
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<span class="novo genmed">{catrow.forumrow.FORUM_DESC}</span>
<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 class="novo">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
span.novo {
padding-left: 10px;
}
<div style="margin-left: 60px;"> YOUR DESCRIPTION </div>
Topic Solved & Locked |