Hi @sodsada
Please go to Appearance >> Customize >> Additional CSS and add following CSS to change the white border to golden which match your background color.
#primary article,
.sidebar .widget {
border: 1px solid #bd9257;
}
#sidebar-primary .widget ul li {
border-bottom: 1px solid #bd9257;
}
In category page like http://www.no1relaxation.com/category/massage/ its better to give space before content. You can add following CSS for it.
#primary .post .content-wrap{
padding: 15px 15px;
}
Color of your text is not clear with the background. So we recommend you to change it to highly visible color. You can use the following CSS for it.
body{
color: #222;
}
.top-header {
color: #999;
}
We also recommend you to install Force Regenerate Thumbnail plugin https://wordpress.org/plugins/force-regenerate-thumbnails/ and regenerate images. It will crop all images required for this theme.
Hope it will help you.
Thank you.