The CSS is now in the Child theme style.css
Here it is. Thanks!
Thanks for looking at this. Here are the screenshots with explanations.
David
Hi
I am adding this here because I still can’t solve it after reading several related posts. Here is what I added so far
.boxed #wrap_all {
margin-bottom: 20px;
margin-top: 20px;
border: 1px solid #000;
border-radius: 15px;
}
#header_meta .container {
border: 1px solid #000;
border-radius: 15px 15px 0 0;
border-bottom: none;
}
#socket {
border-radius: 0 0 15px 15px;
}
The top has overlapping borders and the bottom has no border on the corner. Also the background color is still sticking out.
Thanks very much
David
Could this be used to set up a page that displays post by only one author?
Thanks very much
David