This topic has 7 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #72631
     noboxcreatives
    Participant

    Hi team,

    I’m seeing an issue on both site menus on iPhone and iPad where a letter within the title is unnecessarily capitalized, i.e. the title is supposed to be “Bit@h …,” but on mobile version it’s displayed as “Bit@H.” Yet, it’s displayed correctly within other content on mobile sites.(On the desktop site the menu is displayed correctly as well.) I’ve attached screenshots for visualization. Is there any way to resolve this issue?

    Thank you kindly.

    Kind regards,

    Anastasia

    #72788
     Laura
    Moderator

    Hello, can you share admin credentials so i cah check it out? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #72893
     noboxcreatives
    Participant

    Thank you, Laura!

    URL: https://getmeinthekitchen.com/wp-admin
    UN: kleodev
    PW: Y4^vIf9K3nEP2!

    Kind regards,

    Anastasia

    #73064
     Laura
    Moderator

    Hello, please add this to style.css of child theme 🙂

    COPY CODE
    
    @media (max-width: 991px)
    #header .navbar-nav li a {
        padding: 10px 0;
        text-transform: inherit !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #73428
     noboxcreatives
    Participant

    Hi Laura,

    I added it to the file, however it didn’t correct the issue. What’s interesting, in the top menu the title are displayed correctly, but not in the main menu. Is there anything else to try?

    Thank you.

    #73799
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    @media (max-width: 991px) {
    #header .navbar-nav li a {
        padding: 10px 0;
        text-transform: none !important;
    }
    }
    

    Let me know if it works!

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #73800
     noboxcreatives
    Participant

    Great success, Laura!!! Thank you so much!:)

    #73938
     Laura
    Moderator

    Hello, glad it worked! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?