@Popka:
1 – My search box is cut of at the end, how do i move it to the left a little bit?
— You can add the padding by adding the following CSS in “Appearance => Theme Options => Custom CSS” box
#header-right {
padding-right: 20px;
}
2 – How do i insert a phone/email address on top of Search box (right side)
— You can just add widget in “Header Right Sidebar. Go to “Appearance => Widgets”. Then drag and drop “Text” widget to Header Right Sidebar and add int he phone and email address. Then you can add in “Search” widget just below it.
3 – How can i get Footer’s grey area a little bit smaller ( i checked some previous posts but those custom CSS codes did not work for me)
— I see that you have added the following CSS in “Custom CSS” box. But you haven’t change the value of padding. Just change that to 20 or below as per you wish.
#site-generator .site-info {
padding-bottom: 50px;
padding-top: 50px;
}