PenciDesign replied
Hi,
You can do that by do following steps:
1/ Select to display header style 5 for desktop.
2/ Go to Customize > Logo and Header Options > and check to "Display Logo on Horizontal Navigation on Mobile"
3/ Add more this code to Customize > Custom CSS:
@media only screen and (max-width: 479px) {
#header .inner-header{ display: none; }
}
Best Regards,
PenciDesign