savyount
(Savannah Yount)
February 21, 2017, 9:23pm
1
Hi there!
Can anyone help me with the dropdown toggle in mobile view? Every time you click the word or the dropdown arrow, the whole menu will slide up and no longer be in sight, but also doesn’t take you to the correct page.
Read-only: Webflow - CF Personal Grooming Salon
Website: www.cfgrooming.com
Thanks in advance!
Savannah
Here is my public share link: LINK
(how to access public share link )
samliew
(webflowexpert.com)
February 22, 2017, 1:10am
2
Paste this in Site Settings > Custom Code > Footer Code :
<script>
$('.w-icon-dropdown-toggle').click(function() {
return false;
});
</script>
savyount
(Savannah Yount)
February 22, 2017, 3:07am
3
@samliew thank you soooo much!! Worked perfectly
system
(system)
Closed
April 24, 2017, 12:18am
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.