Thanks. Can you elaborate on how I would do that please? My HTML/CSS is pretty basic.
At the moment, I have the following HTML for a drop-down list where Item 1 should branch to a sub-menu.
<div class="dropdown-content">
<a href="#">Item 1 <i class="fa fa-caret-right"></i></a>
<a href="#">Item 2</a>
</div>
I have the following code in the CSS for dropdown-content:
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px