Facing issue in including top & bottom margins i.e. specific to the content of the body i.e. whenever anychanges are made to the content specific portion, it also effects the sidebar.
I want margins to be added specifically to the Heading in the content only; not the H3 headings in the sidebar.
Tried
.post-content h2, h3
{
margin-bottom: 35px;
margin-top: 35px;
}
But it leads to change in the sidebar h3 headings as well.