Penci Design replied
Hi,
Please try go to Customize > Addtional CSS then add custom css to fix the issue. https://prnt.sc/por6nl
@media screen and (max-width: 768px){
.penci-topbar .topbar__menu ul {
display: inline-block;
}
.penci-topbar .topbar__menu ul li {
display: inline-block;
}
}Best Regards,
PenciDesign