Hi, despite me marking my query about full page width and header size as resolved in my other post, I do still need help with this header size question, please. Thanks.
Hey @nrd1968,
We appreciate you writing in,
Could you once try deactivating all the third-party plugins that you may have installed and check your site again?
Regards,
ThemeGrill Support Team
Thanks, there was no difference when I tried this.
I’d appreciate some further help, please?
Hey @nrd1968 ,
Thank you for writing in,
We apologize for the delay. Could you please add the following CSS code by going to Appearance > Customize > Additional CSS and test your site on a mobile device?
@media screen and (max-width: 768px){
.custom-logo-link {
display: inline-block;
width: 20%;
float: left !important;
}
.site-title-wrapper {
display: inline-block !important;
width: 80%;
}
.logo-wrapper .custom-logo-link img {
max-width: 85% !important;
}
.wishlist-cart-wrapper {
margin: 10px;
}
.middle-header-wrapper {
padding: 10px 0;
}
}
Please write us back if this doesn’t help.
Regards,
ThemeGrill Support Team