Jump to content

Unable to click the results of the search tool bar


Recommended Posts

Hello everybody!

 

I hope someone of you can help me.

 

I'm unable to click the results (pages) of the search toolbar.

 

The version of prestashop is 1.5.6.2 but i don´t really know since i have this problem.

 

For example if you put "lelo" you will get 9 pages but when i put the mouse over it seems you select the picture below and nothing happens.

 

Example site is http://juguetesintabu.es/buscar?controller=search&orderby=position&orderway=desc&search_query=lelo&submit_search=Buscar

 

Thanks in advance and best regards

 

 

Link to comment
Share on other sites

Hello

 

i already cleared cache and have still the problem.

 

Vekia could you pls let me know in which browser you don't have any problems.

 

I wonder why dioniz have no problem with FF and chrome and in my browser doesn't work, only in IE.

 

Thx and regards

Link to comment
Share on other sites

Oh ok i didn't check right thing.

 

Your problem is that add to cart button which is hidden is oveflowing your pagination.

 

One thing you can do is to find this code in your css files(i don't know which one because you have ccc turned on):

 

div.pagination {
    display: inline-block;
    height: 20px;
    margin: 0;
    padding-left: 20px;
    text-align: right;
}

and change it to this:

div.pagination {
    display: inline-block;
    height: 20px;
    margin: 20 px 0;
    padding-left: 20px;
    text-align: right;
}

This way pagination will move down and button won't overflowing it.

Link to comment
Share on other sites

×
×
  • Create New...