Hi,
I am using a full width background gradient anywhere else and would love to also have that there. Moreover I’d like to round the edges of the white blog “container” just a little bit.
You can try this CSS code to apply
body.single .inside-article {
background: linear-gradient(360deg, #ffffff 40%, rgba(159, 192, 59, 0.31) 110%);
border-radius: 10px;
}
Adjust the values according to your preference. 🙂
A wise man once said:
"Have you cleared your cache?"