search not showing during scroll

The search isn’t showing during scroll it gets stuck a certain way that you can’t use the search ?? Possible fix in the future

As you can see the search barely visible

hey there

Hope you are having a good day :slight_smile:

You can use this css, add this it in appearance - customize - additional CSS

.module.widget-handle:hover .function, .module.widget-handle .function.active {
transform: translate3d(0, -60px, 0);
-webkit-transform: translate3d(0, -60px, 0);
-moz-transform: translate3d(0, -60px, 0);
}

Thanks!
Colorlib Support Team

Thanks the only thing missing is search wording in the box??

Good morning Kast

Please add this code and let me know the results:

.search-widget-handle button.searchsubmit .screen-reader-text {
top: auto !important;
}