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’
its theme default code as per you menu change its but now as per code menu’s proper
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!


