Currently in the process of developing a demo website at
I am attempting to add a grey border (#eeeeee) around the Post Grid-Elements located at the top and bottom of the page. However, it seems like there is an error somewhere. Can someone help me identify it?
This is how I have set custom CSS for the bottom post-grids:
.layer-wrapper layout-105 {
background-color: #eee;
}