Jump to content

[SOLVED]Need to find specific CSS class in the prestashop css files.


Recommended Posts

I do, but I need to modify this because another module and that is offer-chat module.

When hotinfo module is enabled and stripe with the info is displayed offer-chat module is not visible.

I need to make it "on top" or above the hotinfo stripe.

 

Currently I have hotinfo disabled and you can see the offer-chat module on the bottom right > www.dekom.co.rs

 

I got suggestion from their developers to edit this class and put the following: z-index: 2;

 

Ohh, this is css class of your module Vekia  :o

Link to comment
Share on other sites

I enabled right click.

btw, this is the content of the hotinfo.css atm:

.hotinfo_top {position:fixed; bottom:0px; height:50px; width:100%; z-index:999999999999999999; background:#FFF; border-top:1px solid #000;}
.hotinfo_top table {height:50px; border-collapse:collapse;}
.hotinfo_top table p {padding-bottom:0px; z-index: 2; }

I added z-index: 2; but it doesnt work...

Link to comment
Share on other sites

×
×
  • Create New...