Problem of the responsible menu bar

Home Support Blog Way Plus Problem of the responsible menu bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7351
    Anonymous
    Inactive

    when i use the mobile to look my website, the responsible menu bar would show some words, it’s too ugly and not user-friendly, may i know how to fix it?

    #7352
    ProDesigns
    Keymaster

    Hi @fx830,

    Can you please provide us screenshot?

    Thanks.

    #7353
    Anonymous
    Inactive

    Sure, but how could i sent yo the screen shot? email?

    #7354
    ProDesigns
    Keymaster

    You can find our contact details at https://promenadethemes.com/contact-us/

    #7355
    ProDesigns
    Keymaster

    Hi @fx830,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS

    .mean-container .mean-bar:before {
        content: "Menu";
        position: absolute;
        right: 60px;
        top:18px;
        font-size: 16px;
        color: #fff;
        z-index: 99999;
        float:left;
        display : block;
    }

    Change content: "Menu"; as per your requirement.

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.