same line category and top navigation include cart – bigcommerce cornerstone theme

Paste the below CSS at theme.scss last line.

@media (min-width: 801px) {
	.navPages { 
		text-align: left;
		float: left;
	}
	.navUser { 
		position: static; 
		
		.navUser-section {
			position: absolute;
			bottom: 0px;
			right: 0px;

			.dropdown--quickSearch.is-open { 
				top: 210px!important; /* this value will be change base on header and logo size */
			}
		}
	}
}