Well … I’ve solve this problem a little bit. In the child theme, in the header.php, I put the following code:
<div align="right">
<a href="https://twitter.com/maqtanim" title="Follow me in twitter" target="_blank"><img src="https://www.adnan.quaium.com/wp-content/images/twit.png"></a> <a href="https://feedburner.google.com/fb/a/mailverify?uri=maqtanim&loc=en_US" title="Subscribe for getting automatic posts update via email" target="_blank"><img src="https://www.adnan.quaium.com/wp-content/images/mail.png"></a> </div>
I’ve put the above code inside the <body <?php body_class(); ?>>
tag. To be precisely, the code have been placed in between the lines </hgroup>
and <?php $header_image = get_header_image();
. The result is this one.
As you can see from this image that, the icons are not aligned with the search box. Also they are too far from the search bar, which makes a huge gap between the search box and the icons. What I want is to place the icons just below the search box and right aligned with the search box. To be precisely I want the icons like this picture.
Please help me out.