Grid layout nodes

Grid layout nodes

XF Compatibility
  1. 2.2.x
Short Description
Enhance your website with extra.less code for a modern block layout, improving responsiveness and styling on screens larger than 1100px. Adjust node elements for better flexibility and aesthetics.
result:
5d5bfca4edd3c-Hemant_Grid.webp


add code to
extra.less
CSS:
.block--category{
@media (min-width: 1100px){
 @supports(display: grid){
    .block-body{display:grid;
  grid-template-columns:50% 50%;
}...
You do not have permission to view the full content of this resource. Log in or register now.
Author
axtona
Views
340
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

More resources from axtona

Relevio.ai A
Relevio.ai 1.0.0
This is the XenForo add-on for Relevio, a unique context‑aware, rule‑driven moderation engine
AI ForumBot A
AI ForumBot 1.1.1
ForumBot gives you a bot trained on your forum's own content
Persona - Personalise Your Forum Identity A
Persona gives every member on your forum the tools to make their presence their own.

Similar resources

Sub-Forums Grid A
This template modification displays the sub-forums below the parent node body.
Back
Top