- XF Compatibility
- 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:
add code to
add code to
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.