Hi Teitbite, welcome back. Sorry to hear about your laptop, I hope it can be repaired.
Could you tell me what's wrong, I got problem in my CSS file override file to keep the nsp-nsp-797 .nspTopInterface at the bottom. The problem only occurs under under 641px. The interface will disappear (or go on top of the NSP module).
On the same page you have another NSP module on the position mainbody-body #nsp-nsp-803. That could serve you to understand better what's going on. The navigation interface seems to switch ON TOP of the NSP module under 641px.
I just want the both NSP module interface to be visible at all resolution.
There might be another code besides this one that interferes with the .nspTopInterface, please have a look at my complete CSS override also:
- Code: Select all
/* FEATURED PRODUCTS NSP TOP INTERFACE */
#nsp-nsp-797 .nspTopInterface {
top: auto;
bottom: 0px;
}
/* FEATURED PRODUCTS NSP BOTTOM TOP INTERFACE */
#nsp-nsp-803 .nspTopInterface {
top: auto;
bottom: 0px;
}
Here is the link:
http://www.mauzaza.com/supplementsRegards.