Clicking to open dropdown menu on iPhone doesn't work

Modified on Fri, 13 Apr, 2018 at 2:15 PM

1. Go to edit code window, search for file 'dropdown-menu.liquid', look for line

<span class="expand"><i class="fa fa-angle-down"></i></span>

2. Change that line to 

<a href="javascript:;" class="expand"><i class="fa fa-angle-down"></i></a>

3. Open file 'theme-style.scss.liquid' (or 'bc.style.scss.liquid' on other themes), look for the code below

add: padding: 0; display: inline-block (Only add padding: 0 if the arrow isn't displayed fine)

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article