Hello, Just a few queries, which I hope you guys can help me out with. 1) I have removed the search box in the header and I want to adjust the Facebook icon absolutely to the right. How do I do that. 2) When clicking on links I wish that they will open in a new browser window like when you set target="blank". How to do that on social icons and read more links in col3 page? 3) I have disable the search box for the webb, but it's visible in my iphone. Any code for disable it in other devices too? If necessary you can check my website at: www.trailrunningboken.se Many thanks in advance! /Niklas
1.For your first and third issue Go to header.php present in your theme directory and follow the instruction as shown in image given below 2.For your second issue *For social icon Go to header.php present in your theme directory and add the code given below Code: TARGET="_blank" Sending image for reference *For read more link Go to front-page.php.php present in your theme directory and add the code given below Code: TARGET="_blank" Use same process for others also.