Hello, I am currently experiencing some issues with the shopping cart link in the header. I have set it up as a dropdown, but when I switch to responsive (mobile) view, it should be a simple hyperlink instead of a dropdown. This behavior is based on Bootstrap markup.
Can someone please advise me on how to change the markup so that in desktop view it functions as a dropdown, and in mobile devices it appears as a link?
Here is the markup for the entire header links:
<div class="row">
<div class="col-md-12">
<ul class="nav navbar-nav navbar-right">
@Html.Widget("header_links_before")
@Html.Action("AdminHeaderLinks", "Common")
...
</ul>
</div>
</div>
Please refer to the following image links: