Splendor - How to correct "Search this Website" in Chrome
Navigate to Appearance > Customizer > Additional CSS and place the follow coding in the available box. This will fix the issue if your "Search this Website" text is getting cut off in Chrome.
.search-social .search-form input {
box-sizing: content-box;
}