Hello
I don’t suceed to remove this white space due to admin bar, which prevents me to add social links on the header of my website.
My CSS has this :
body {
background: #ffffff url(../images/backgroundshadow.png) repeat-y top center;
font-family: tahoma,arial,verdana,sans-serif;
font-size: 12px;
line-height: 18px;
color: #666666;
position: relative;
z-index:-9999;
margin: 0 auto;
padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
And the wite space remains… is there a way to remove it ?