XenForo Tutorials

Postbit Background Custom Fields Tutorial

Submitted by Sphere, , Thread ID: 153092

RE: Postbit Background Custom Fields Tutorial

#3
Adding this line in message breaks layout on some themes
Code:
<section itemscope itemtype="https://schema.org/Person" class="message-user"
      style="position: relative;" >

Instead of this, add this to extra.less
Code:
.message-userExtras, .message-userDetails {
position:relative;
}

Users browsing this thread: 1 Guest(s)