Quote:
Originally Posted by semihcannet
Hello, I have;
He was working at 5.4.4.
But I upgraded to 5.5.0 and didn't work.
|
What exactly is not working? If you are a member of my forum you could change postbitlay-out in your user-settings and the horizontal is working. It is the css-code of that addon and changed it a bit.
This is working with vB5.5.0!
Code:
/* Horizontal Postbit Layout START */
.b-post .js-post__content-wrapper {
width: 100% !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.b-post.b-post--first .js-post__content-wrapper .b-post__arrow {
border-bottom-color: #EBF4F9; /* Change to the first post background color if you changed the default */
}
.b-post .js-post__content-wrapper .b-post__arrow {
top: -10px;
left: 39px;
border-bottom: 10px solid #FFF; /* Change #FFF to the reply background color if you changed the default */
border-top: none;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}
.b-post .l-row .l-col__small--full {
padding-left: 0;
padding-right: 0 !important;
width: 100% !important;
float: none;
margin-left: 0;
margin-right: 0;
}
.b-post .b-userinfo__additional-info {
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.b-post .l-row .l-col__small--full .b-userinfo {
text-align: left;
padding: 10px;
}
.b-post .l-row .l-col__small--full .b-userinfo .b-avatar {
margin-right: 5px;
}
.b-post .l-row .l-col__small--full .b-userinfo .b-userinfo__details {
display: inline-block;
vertical-align: top;
}
.b-post .l-row .l-col__small--full .b-userinfo .b-userinfo__details .b-meter,
.b-post .l-row .l-col__small--full .b-userinfo .b-userinfo__details .b-userinfo__additional-info-block {
margin-top: 5px;
}
.b-post .l-row .l-col__small--full .b-userinfo .b-userinfo__details .b-userinfo__icons {
top: 10px;
bottom: auto;
left: auto;
right: 10px;
}
/*Userstats to right*/
.b-userinfo__details {
width:85%;
}
.b-userinfo__additional-info-block {
float:right;
margin-top: -35px !important;
}
.b-userinfo__additional-info-block li{
display: block !important;
}
/* Horizontal Postbit Layout END */