On mobile phones, my site’s name is being hidden at the beginning and end by the menu and search icons.
Hi,
Please send me your site for further checking.
Regards,
Please see my reply.
I have checked your site and commented under your private answer.
what is the solution for this?
This is my solution for the issue of David, you can try and let me know detail about your issue and send me your url site for further checking.
To fix this issue, you can add the following code to the style.css file:
@media (max-width: 480px) {
.site-header-1 .toggle-sidebar, .site-header-1 .toggle-search {
width: 50px;
}
}
I added the new code, but on my phone it didn’t make a difference.
My URL is: https://yourneighborhoodstore.com/wp
Thanks
To fix your issue, please add the following code to the style.css file:
@media (max-width: 480px) {
.site-header-1 .navbar-brand {
font-size: 20px;
}
}
Thanks, that fixed it. I had to change the 20px to 15px, and now it works great.
Yes, if you have any issue or question, please let me know, I will check and help you resolve it.
Please login or Register to submit your answer