Remove space between content and top menu
Looking for the css code to remove the space between the content page and top menu. I have already set the margin for the content page to zero.
http://jadleadershipinstitute.roundtablelive.org/Admin/default.aspx
Any help would be appreciated.
Shelbi
-
anonymous_96.44.245.50 commented
Hi Shelbi,
This CSS code will allow you to change the padding of the content block. The values are at their defaults:
#idPrimaryContentContainer #idPrimaryContentBlock1 div.inner {padding: 15px 23px 15px 33px;}