I am currently working on branding a SharePoint website and have encountered an issue with aligning background colors for the title area and body of some web parts. Despite applying background colors, the alignment between the title and body areas is off (refer to the linked image below). As someone who is new to CSS and SharePoint branding, I suspect that I might be overlooking something obvious. Any assistance in achieving a clean and polished look around the edges would be greatly appreciated.
Image:
The following code is being applied to the mentioned web part:
.RightZone .ms-WPHeader TD {
background: #6a7f10;
margin: 0;
padding: 0;
border: 1px #6a7f10 solid;
}
.RightZone .ms-WPBody
{
background-color:#e1e5cf;}
I would greatly appreciate any suggestions on how to ensure that the edges are properly aligned. I understand that it may be a simple fix, but my online search did not yield satisfactory results.
Thank you in advance!