Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi there,
I have a problem with my June theme. In responsive mode if I see the website in a screen 667px or wider it’s fine, but if i see it in a narrower screen It shows the burger 1 sec and dissapears.
Here’s the website:
http://www.tnrdifusor.com.ar/cocinamejor
Thanks
Hello,
Please add the css code below to Customizing ▸ General ▸ Custom Codes
@media (max-width: 320px){
.extra_tools_wrapper {
visibility: visible;
}
}
Best regards!
You must be logged in to reply to this topic.