Grid layout nodes

XenForo Grid layout nodes

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

Grid layout nodes - Template Modifications

extra.less
Less:
.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;
  border-right: 1px solid #dedede;
  position:relative;
  height: 100%;
  padding:5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  border-top-color...

Read more about this resource...
 
Back
Top Bottom