So currently, I’m trying to implement a new design on a page and I can’t seem to understand what this @include(‘inc.menu.services’) is on the code. I know its part of the Menu section or navbar, but if I try to put in a div to style it, It either stops the functionality of what was already there or it scatters the arrangement of the code. The confusing part is, I don’t seem to know if @include(‘inc.menu.services’) was created in another file then shortened to what it is currently. I need help please
I tried to just put it in a div and then put a drop down icon in other for it to be noticeable that it is a dropdown menu, but after doing that, the previous code just stopped working which was the fact that it normally drops down on hover without that icon to show that its a dropdown menu.