Thank you Jitendra. It looks closer to what I had in mind. I modified your CSS and the HTML to have it suit the theme better. However, the search bar is still situated on the left of the social icons. I’m unable to figure out how it can be pushed to the right of the social icons.
The current CSS (in the theme’s custom CSS field):
#topsearchbox {
padding-top: 3px;
float: right;
}
#topsearchbox #searchsubmit {
display: none;
}
#topsearchbox #searchkey {
border: 0px solid #000;
border-radius: 5px;
padding: 5px 8px;
width: 200px;
}