On
http://hvacmarketing.majesticwarrior.net/ I have layer Slider installed and the 3 boxes i used padding to move up 200px, for some reason Layer Slider is covering the box. You can see it when you first land on the page and when you refresh. I have had this happen before, but ended up not using layer slider. On this case i need to use it. Can you help?
Thanks
Comments
please set z-index: 9999 !important; for the wrap element where you set margin-top of -150px and it would look the way you want.
.my-own-super-section {margin: 30px; padding: 20px; font-size: 15px; etc... }If you want to use multiple classes separate them with a SPACE. We have one built-in class for this section which is named dark. Use it if you want to have a dark background.
thanks again..