PenciDesign Supporter replied
Hi,
If you want to customize for all pages, please modify this CSS:
.penci-header-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
#navigation-sticky-wrapper {
order: 2;
}
#header {
order: 1;
margin-bottom: 0;
}
.inner-header #logo img {
max-height: 60px;
width: auto;
}Regards,
PenciDesign.
