I am struggling to rearrange the div elements and the nav class is not appearing in the media query when inspected. Seeking assistance from an expert.
Here is the CSS code:
@media screen and (max-width:810px) and (min-width:413px) {
.nav:nth-child(2) {
order: 2;
}
}
And here is the HTML code:
<div class="nav">
<!-- Various nav buttons and icons -->
</div>
If you have any questions, feel free to message me.