Brooklyn theme: burger icon shows on mobile but not tablet

Hello, here is a screenshot on my tablet. There is supposed to be a burger icon on the top left and my logo is supposed to be centered, but it is showing my navigation bar instead and my logo on the top left. Is there any way I can display the burger icon in the top left? My burger icon shows up on my phone, but not my tablet which is weird. Thanks! My Url is https://shoplineagejewelry.com/ and my password is ‘beckew’

@adthai

its theme default code as per you menu change its but now as per code menu’s proper

Ok, I think I will leave it like this.

Is there a way to fix this padding on iPhone between collection title and header? The iPhone has a big white space, but the tablet is perfect.

@adthai

yes i have give your that code your first post

Hi @adthai ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

@media only screen and (max-width: 768px){
	div#CollectionSection {
		margin-top: 0px !important;
	}
	div#CollectionSection header.section-header{
		margin-top: 0px !important;
	}
}

Hope it helps!