XenForo Tutorials

Postbit Background Custom Fields Tutorial

Submitted by Sphere, , Thread ID: 153092

RE: Postbit Background Custom Fields Tutorial

Novice
Level:
0
Reputation:
0
Posts:
31
Likes:
4
Credits:
66
28-05-2020, 06:44 PM
#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)