Hi on a couple of pages, I have changed the colour and adjusted the size of the entry wrap using the following code.
.entry-wrap {
background-color:rgb(233,233,233);
border: none;
box-shadow:none;
width: 1100px;
}
However I would also like to reduce slightly the margin that appears between the entry wrap and a section when I add it. Is this possible please?
thanks