MyBB Community Forums

Full Version: Help with an issue after update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • Detailed description of your problem, Ever since we updated the guest's post no longer are aligned properly. 

  • URL to your forum/URL to specific problematic page http://www.antarsia-rpg.com/showthread.php?tid=944 As you can see on this thread I posted under the guest and my post is normal while there is somewhat pushed down

  • New installation or upgrade (from which version of MyBB)? We are now running the 1.8.14. Upgraded from previous

  • Test user account (if it requires additional permissions)

  • Screenshot or error text, verbatim Can someone tell me how to fix the error. It wasn't like this before

Hi,

seems a problem with "<div class="author_information">" for guests.

If you are registred the CSS of this div it's ok:
.post.classic .post_author div.author_information {
    float: none;
    padding: 0;
    text-align: center;
}


But if you're a guest, the css of the div doesn't show up and gets 100% width.
Is there a solution to fix that? My co-admin has tried to, but she isn't sure how to get it to apply it to a guest.
Hi Ren,

Can you please post the code found in postbit_author_guest in your templates. Smile