- Joined
- Jul 29, 2019
- Messages
- 122
- Points
- 53
Reputation:
Reputation:
Reputation:
Reputation:
.post-stat {
flex: 0 1 50%;
}
.post-stats .post-stat:first-child {
flex: 0 1 49%;
border-right: 1px solid #333;
}
.justify-content-center {
justify-content: center;
}
.align-items-center {
align-items: center;
}
.d-flex {
display: flex;
}
.post-stats {
padding-top: 15px;
}
.flex-wrap {
flex-wrap: wrap;
}
.d-flex {
position: relative;
display: flex !important;
}
Verss submitted a new resource:
Postbit Background Custom Fields - template modification
Read more about this resource...
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
Reputation:
<div class="postbit_background" style="background-image: url({$user.Profile.custom_fields.YourFieldID});"></div>
<div class="postbit_background" style="background-image: url({$xf.visitor.Profile.custom_fields.YourFieldID});"></div>