@Ally: Here goes the solution to your issues.
1) You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar-header .widget.widget_text {
padding-top: 65px;
text-align: right;
}
@media screen and (max-width: 767px) {
#sidebar-header .widget.widget_text {
padding-top: 0;
}
}
2) Once you active the header right sidebar, that option will be replaced by Header Right Sidebar. So, you need to add “10. Catchthemes: Search Form” Widget from “Appearance => Widgets” to Header Right Sidebar.
3) Once you active the header right sidebar. You need to add “1. Catchthemes: Social Icons” widgets from “Appearance => Widgets” to Header Right Sidebar.
4) That is the way the Catch Mustang theme is designed. It’s there to facilitate “Header Title and Header Description” that you add in your post and page through “Header Title and Description” meta boxes.