Hi @Durrell, Rayhaan R,
Navigation bar will be set to vertical if enabling the "SharePoint Server Publishing Infrastructure" feature in your site and it's not allowed to set the navigation to horizontal. This is by default.
In this case, you need to inject below CSS using SPFx as said in this article: SharePoint Online: Hide Recycle Bin from Quick Launch to hide the Recycle bin from quick launch and keep the Navigation bar horizontal.
a[href$="AdminRecycleBin.aspx"] {
display:none;
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.