PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
@media screen and (max-width: 1024px) {
.header__top {
display: block !important;
}
.header__top .site-branding {
display: none !important;
}
}
Regards,
PenciDesign.