creaky
Customer
I've been playing with the dual column settings for one node and want to add some spacing between the nodes. I found the Node Spacers setting which works perfectly but I only want it for one category.
This is what it looks like with Node spacer on

and this is with it off

I'm assuming there is some CSS that can be added to space the nodes out a bit, this is the CSS I've used so far to add the images, still need to change the colour of the text and node icons also.
This is what it looks like with Node spacer on

and this is with it off

I'm assuming there is some CSS that can be added to space the nodes out a bit, this is the CSS I've used so far to add the images, still need to change the colour of the text and node icons also.
Code:
.block-body
{
.node--id64 {
background: url(images/node-wallpapers/46.jpg) no-repeat center center / cover;
color: #ffffff;
.node-title a { color: #ffffff; }
}
.node--id62 { background: url(images/node-wallpapers/47.jpg) no-repeat center center / cover;
color: #ffffff;
.node-title a { color: #ffffff; }
}
.node--id61 { background: url(images/node-wallpapers/48.jpg) no-repeat center center / cover;
color: #ffffff;
.node-title a { color: #ffffff; }
}
.node--id60 { background: url(images/node-wallpapers/49.jpg) no-repeat center center / cover;
color: #ffffff;
.node-title a { color: #ffffff; }
}
.node--id66 { background: url(images/node-wallpapers/50.jpg) no-repeat center center / cover;
color: #ffffff;
.node-title a { color: #ffffff; }
}
}