Hi again!
I'm trying to hide the search bar in the heading and to move the social icons towards the header bottom area. I've just added the following CSS to my Quick CSS but it doesn't work. The result: the heading searching bar dissapears but all the socials incons aligns individually to the right. What am I doing wrong?
#top .social_bookmarks {
position: absolute;
top: 65px;
right: 0;
}
#searchform {
display: none;
}
.small_header_info {
padding-bottom: 3px;
right: 105px;
}














