Search box problem with revolution slider

Posted in: Newspaper
Post count: 9

Hi,

we have a problem with the search box of our website, because we’re using a revolution slider, and the slider comes in front of the search box so we can’t see the “search” button… Does anyone know how to fix this problem ?

Thanks a lot !

Nicolas

http://www.buggin.fr

Post count: 3343

Hi,
Add this CSS in Theme panel -> Custom CSS

.rev_slider_wrapper {
z-index: 0;
}
.header-search-wrap .dropdown-menu #td-header-search {
width: 202px;
}

Thanks for the meessage!

Post count: 9

Ok it works ! Thanks a lot for your help !

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.