When in the responsive/mobile view of www.rohiniartstudio.com When I click on the menu, the menu flickers on collapsing and displays the content below the menu. On default it was taking about 1-2s before it shows the menu items then added this code:
.collapsing
{
-webkit-transition: none;
transition: none;
display: none;
}
Can someone help me out with the flickering issue? Please visit the site and let me know?