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
356
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

Advanced User Profile Statistics A
introduces a highly detailed analytics dashboard into user profiles as a profile tab.
[DigitalPoint] App for Cloudflare A
Everything is available from within XenForo
Sourcerer Pro A
Sourcerer Pro 14.0.0
Place PHP and any kind of HTML, CSS and JavaScript code right into your content!

Similar resources

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