PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {
.penci_navbar_mobile {
background: var(--pcbg-cl);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999999;
}
body {
padding-top: 61px;
}
}Regards,
PenciDesign.
