XenForo Grid layout for node without addon 2.1/2.2

Status
Not open for further replies.

AynaZ

Supervisor
  • Thread starter
  • Admin
  • #1
Just place it in Extra.less that will give it what you looking for :)
Note : you need to adjust the max-width: 1100px; according to your forum. good luck

CSS:
.block--category {
@media (min-width: 1100px){
@supports(display: grid){
.block-body{display:grid; grid-template-columns:50% 50%;}
.block-container{background-color: #ffffff00;border:none;}
.node-body{
display:flex;
flex-wrap: wrap;
position:relative;
height: 100%;
padding:5px;
box-shadow: 0 1px 4px rgba(0,0,0,0.06);
border-width: 1px;
border-style: dashed;
border-top-color: #353535;
border-bottom-color: #353535;
}
.node{margin: 5px 1px 5px 1px;}
.node-icon{width:12%; padding-top:5px;}
.node-main{width:87%;} .node-stats{width:110px;}
.node-extra{
position:absolute;
right:0px;
bottom:0px;
padding: 10px 10px 13px 0px;
}
}}
}

Result
 

lil021g

Registered
toroseduto is my forum member and i send this tutorial 4 months ago in another website. i have no problem with this tutorial. i respect to all staff and thanks a lot for sharing resources for free.

IMG_20210421_233516.md.jpg
 

Alireza

Registered
toroseduto عضو انجمن من است و من این آموزش را 4 ماه پیش در وب سایت دیگری ارسال کردم. من مشکلی با این آموزش ندارم. من به همه کارکنان احترام می گذارم و از اینکه منابع را به صورت رایگان به اشتراک می گذارم بسیار متشکرم.

IMG_20210421_233516.md.jpg
 
Status
Not open for further replies.
  • Tags
    grid layout for node without addon آموزش طرح شبکه ای در زنفورو آموزش طرح شبکه در لیست انجمن ها آموزش های زنفورو
  • Back
    Top Bottom