Thanks! That seems to have got it on the same line. How would I go about putting the social media links on the left of the search box?
Also, I’m still having trouble getting rounded corners on the images used for the featured content on the homepage. I’ve got it working for images in post and page content (like here: http://www.gmhealthriskweek.org/featured-events/) but the code (below) you gave me for the featured images on the homepage doesn’t seem to have done the trick.
.featured-post img {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
Thanks so much for your help, it’s very much appreciated!