MyBB Community Forums

Full Version: Need help with theme-Reksio Elegant
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello support,
i have installed this theme :http://www.awesomestyles.com/mybb-themes...io-elegant.
and done some modification according to my need. i changed forum icons, but problem is that for specific padding its showing correct in firefox Screenshot is below.

[Image: 3f69b1.jpg]

but when viewing in chrome its showing like this:

[Image: e11565.jpg]

the code implementing is:

forumbit_depth2_forum


<tr class="{$bgcolor}">
	<td align="center" valign="middle" width="1"><span style="margin-left: -9px;">
		<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></span>
	</td>
	<td valign="top"><div style="float:right;border-right:1px #D6CDBB solid;width:2px"></div><p class="p">
				{$lang->forumbit_threads}: <span>{$threads}{$unapproved['unapproved_threads']}</span> | {$lang->forumbit_posts}: <span>{$posts}{$unapproved['unapproved_posts']}</span>
			</p><h4>
			<a href="{$forum_url}">{$forum['name']}</a>{$forum_viewers_text}</h4>


		<div class="smalltext lighttext">{$forum['description']}{$subforums}</div>
</div>
	</td>
	<td valign="middle" align="right" style="white-space: nowrap" class="smalltext lighttext">
		{$lastpost}
	</td>
</tr>

when i apply margin-left: -9px
its showing correct in fireforx but not in chrome
and its showing correct in chrome for margin-left: -15px
but for this value image goes tool left in firefox.

can any one say why this is happening?
and suggest me any solution
I Can customiize any sort of theme,contact me please
(2011-08-14, 12:52 PM)kiranchandra Wrote: [ -> ]I Can customiize any sort of theme,contact me please

i am asking for help here.
if you can solve this, post the solution.


Did you try clearing cookies in firefox ,May be changes havent updated.
yeah i tried that