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) {
#navigation .container {
display: flex;
justify-content: space-between;
}
#navigation .container #top-search {
margin-left: 0;
}
}
.featured-area {
margin-top: -40px;
}
#navigation.header-6 #logo img {
padding: 18px 0;
}
.is-sticky #navigation {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
Regards,
PenciDesign.