MyBB Community Forums

Full Version: Recent threads word break?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm using this plugin..
https://community.mybb.com/mods.php?action=view&pid=191

The problem I seem to be having is this.
[Image: kCbmWpd.png]

Anybody knows how to fix this like you can see the avatar messes up, I have tried word break in my .css but that doesn't change anything still the same.
Maybe you have to set the avatar image to "display: inline-block;"
(2017-02-20, 06:43 PM)SvePu Wrote: [ -> ]Maybe you have to set the avatar image to "display: inline-block;"

I've tried that don't work.

Look..
http://i.imgur.com/22RqaXn.png
It seems to be another plugin than you've linked.
You could possibly put it all in a table? That'd probably be the easiest way to do it.

<table width="100%" cellpadding="0" cellspacing="5px">
<tr>
<td valign="middle">Avatar Here</td>
<td valign="middle">The other stuff here</td>
</tr>
</table>
(2017-02-20, 07:23 PM)SvePu Wrote: [ -> ]It seems to be another plugin than you've linked.

These are all my plugins m8..
http://i.imgur.com/nVyYi91.png

If you're willing to help I can hook you up with a test account just PM me. Smile
Ok....maybe the "Latest Threads on Sidebar" option comes from theme
(2017-02-20, 08:24 PM)SvePu Wrote: [ -> ]Ok....maybe the "Latest Threads on Sidebar" option comes from theme

Hmm? :s
So what do I have to do?
Please send me a test account via pn.
(2017-02-20, 08:29 PM)SvePu Wrote: [ -> ]Please send me a test account via pn.

Done. Smile
Pages: 1 2