Hi Raven,
Thanks for your reply.
i have fixed the problem temporarly .. but i know its not proper solution.
may be you can fine tune it if you like. below is the things i did and get 90% desired result.
<———– put this code in the template ——–>
<div id=”inlinecontent” style=”display: none”></div>
<script>
function callit() {
if(navigator.userAgent.indexOf(‘Mobile’) != -1)
{
left = (screen.width )/3 ;
newcss = ‘<style>#fancybox-wrap{left:230px!important;top:240px!important;}</style>’ + ‘<style> #fancybox-overlay {width:3000px;} </style>’;
jQuery(“#inlinecontent”).html(newcss);
}
}
</script>
<———- Code End ————– >
any better solution will appreciated.
Thanks!
Yogi