Change position of the forum & category icon
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Change position of the forum & category icon
Please help me change position of the forum & category icon:

The result that i need:

Thank you,
tonetone

The result that i need:

Thank you,
tonetone
Re: Change position of the forum & category icon
Please link us to the forum that is having this issue.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Change position of the forum & category icon
Hi.
Go to Go to admin panel -> Display -> Templates -> General -> index_box
Find:
Than find this:
Go to Go to admin panel -> Display -> Templates -> General -> index_box
Find:
- Code:
<span class="status" style="margin-right: -70px; margin-left: -70px;">
- Code:
<span class="status" style="margin-right: 0px; margin-left: -70px;">
Than find this:
- Code:
<td class="tcl" style="padding-right: 0px; padding-left: 80px;">
- Code:
<td class="tcl" style="padding-right: 0px; padding-left: 35px;">
Re: Change position of the forum & category icon
IkerepcHi.
Go to Go to admin panel -> Display -> Templates -> General -> index_box
Find:And replace with
- Code:
<span class="status" style="margin-right: -70px; margin-left: -70px;">
- Code:
<span class="status" style="margin-right: 0px; margin-left: -70px;">
Than find this:And replace with this:
- Code:
<td class="tcl" style="padding-right: 0px; padding-left: 80px;">
- Code:
<td class="tcl" style="padding-right: 0px; padding-left: 35px;">
Thank you, but it 's not success with my forum.
I find another way and see the right way here:
1) Goto Templates -> General -> index_box find:
- Code:
{catrow.forumrow.FORUM_DESC}
Replace by:
- Code:
<div class="iconbox">{catrow.forumrow.FORUM_DESC}</div>
2) Put in CSS:
- Code:
.iconbox img[alt^="http://"][style="float:left"] {
position: absolute;
margin-top: 0px;
margin-left: -55px;
max-width: 50px;
max-height: 50px;
}
Change margin base on the width of the forum.
Topic solved.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum