B bolibick Active member May 8, 2021 #1 Hi i'm trying to display some forums in two columns. What css i have to add in extra.less?
D dave3 Active member May 8, 2021 #2 You can take a look at this topic. Or you can just buy this addon. It works fine. Upvote 0 Downvote
B bolibick Active member May 8, 2021 #3 @dave3 I try this: Less: .block.block--category.block--category14{ @media (min-width: 1100px){ .block-body{ display: grid; grid-template-rows: auto; grid-template-columns: 50% auto; } } } And it shows perfect but i only want to display grip in two specific nodes. I don't know how to put this two nodes only in grip .node.node--id25 .node.node--id26 Upvote 0 Downvote
@dave3 I try this: Less: .block.block--category.block--category14{ @media (min-width: 1100px){ .block-body{ display: grid; grid-template-rows: auto; grid-template-columns: 50% auto; } } } And it shows perfect but i only want to display grip in two specific nodes. I don't know how to put this two nodes only in grip .node.node--id25 .node.node--id26