Can anyone provide assistance with this issue, please?
I am looking to eliminate the margin-top of the div (which has a fixed class of my-3 for margin-top 1rem) located below the navbar. I want the margin-top class (my-3) to only be active when the navbar is not expanded, as currently there is a gap between it and the div when the nav bar is expanded.
<div role="navigation"> </div>
<div class="container-fluid ">
<div class="row-9">
<div class="col-xl-9 my-3">
</div>
</div>
</div>
Any help would be greatly appreciated. Thank you.