David
asked 8 years ago

On mobile phones, my site’s name is being hidden at the beginning and end by the menu and search icons.

3 Answers
DominicStaff
answered 8 years ago

Hi,
Please send me your site for further checking.
Regards,

david rummelhoff
replied 8 years ago

Please see my reply.

dominic Staff
replied 8 years ago

I have checked your site and commented under your private answer.

gxjenkins
replied 7 years ago

what is the solution for this?

Dominic Staff
replied 7 years ago

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;
}
}

gxjenkins
answered 7 years ago

I added the new code, but on my phone it didn’t make a difference.
My URL is: https://yourneighborhoodstore.com/wp
Thanks

DominicStaff
answered 7 years ago

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;
   }
}
gxjenkins
replied 7 years ago

Thanks, that fixed it. I had to change the 20px to 15px, and now it works great.

Dominic Staff
replied 7 years ago

Yes, if you have any issue or question, please let me know, I will check and help you resolve it.

Powered by DW Question & Answer Pro