Posted - 10/15/2017 : 06:42:04
Hi,
It looks like the search input is getting covered by the sidepanel categoriesrig div
To fix try adding the built-in bootstrap class pull-left this line
<div id="sidebar" class="col-lg-3 col-md-3 col-sm-3 padbot50">
like this
<div id="sidebar" class="col-lg-3 col-md-3 col-sm-3 padbot50 pull-left">
It will add a float to the search div and seems to fix the issue.
Regards, David
|