May 12, 2020 at 7:15 am
#77567
Theme Horse Support Team
Keymaster
Hi lucasmulhoa,
Thank you for loving our Theme and appreciating our hard work 😉
But You need to hire a developer to shift the Search Element to Top Info Bar. The bar having Search Element is actually for Navigation Menu Element.
Since you haven’t used to show any menu items so we can provide the CSS code to hide the bar. So to hide the Navigation Bar and change the height(ratio) percent of Feature Slider, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.navigation-bar {
display: none;
}
@media (max-width: 575px) {
.featured-section .featured-slider .post-block .post-img-wrap:before,
.featured-section .col-12 .featured-slider .post-block .post-img-wrap:before {
padding-top: 60%;
}
}
Thanks