grid layout

  1. sarvin_pakzad

    xF2 Template Modification Grid layout for node without addon 2.1/2.2

    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 .block--category { @media (min-width: 1100px){ @supports(display: grid){ .block-body{display:grid; grid-template-columns:50% 50%;}...
  2. GrimHackers

    xF2 Template Modification Grid layout for XFRM without Addon

    hey, everyone Hemant here. one of my client want to achieve grid view in resource layout like we have grid layout with [TH] NODE with 2 column. So here a simple CSS that you need to place it in Extra.less that will give it what you looking for. IF YOU LIKE IT PLEASE REVIEW IT...
  3. ENXF NET

    Unmaintained XFRM Grid layout for Resources

    Simply add the following codes to the Extra.less template to get the Grid view in XFRM Resources section without add-on. .structItem--resource { background-color: white !important; border-collapse: collapse; padding: 0px; width: 100%; min-height: 138px; height: 138px...
Top