is there a way to display top banner message closed on mobile, but open on desktop view?
top banner message closed on mobile, open on desktop
2 posts from 2 voices-
Posted 5 months ago #
-
In js/avia.js replace following line:
if(container.is('.minimized')){ text.css({opacity:0}); elements.css({height:42}); }with:
if(container.is('.minimized')){ text.css({opacity:0}); elements.css({height:42}); } if($(window).width() < 768) container.removeClass('firstcall');Posted 5 months ago #
Reply
You must log in to post.














