2014-12-21, 09:22:15
Thanks Timbow,
if it can help... "templatemo_misc.css" need to change line 194
.fancybox-overlay {z-index: 8010;} --> .fancybox-overlay {z-index: 800;}
(I really donĀ“t know what was wrong, UFO file, but it works to me with this little change)
also in folder:
/images/fancybox_loading@2x.gif
/images/fancybox_sprite@2x.png
/images/fancybox_overlay.png
/images/blank.gif
/images/fancybox_loading.gif
/images/fancybox_sprite.png
In "templatemo_style.css":
.search-box input {margin-top: 0px;} -->(I think if you set the height -in somewhere-and the color it is better to avoid problems with the icon)--> Example-->
.search-box input { width: 210px; height: 28px; margin-top: 2px; background-color:#fff;}
if it can help... "templatemo_misc.css" need to change line 194
.fancybox-overlay {z-index: 8010;} --> .fancybox-overlay {z-index: 800;}
(I really donĀ“t know what was wrong, UFO file, but it works to me with this little change)
also in folder:
/images/fancybox_loading@2x.gif
/images/fancybox_sprite@2x.png
/images/fancybox_overlay.png
/images/blank.gif
/images/fancybox_loading.gif
/images/fancybox_sprite.png
In "templatemo_style.css":
.search-box input {margin-top: 0px;} -->(I think if you set the height -in somewhere-and the color it is better to avoid problems with the icon)--> Example-->
.search-box input { width: 210px; height: 28px; margin-top: 2px; background-color:#fff;}