Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1084488

    Hello,
    1. Would you know how to add line spacing on MOBILE to the top bar – above the header? Because it’s so much information and so tight, you can hardly read it on mobile.
    2. My fullwidth submenu on MOBILE is showing the word ‘MENÜ’. Is there a way to change the name to something different?
    Thanks NOra

    #1085263

    Hey Nora,

    1. Try adding this css code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #top #header_meta .phone-info span {
        line-height: 1.5;
      }
    }

    2. Yes, you can modify it in wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > menu > menu.php (line 347):

    $mobile_button = $mobile == "active" ? "<a href='#' class='mobile_menu_toggle' ".av_icon_string('mobile_menu')."><span class='av-current-placeholder'>".__('Menu', 'avia_framework')."</span></a>" : "";

    Just replace the Menu text.

    Best regards,
    Nikko

    #1085303

    COOL, thanks so much.
    Best, Nora

    #1085359

    Hi Nora,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile issues’ is closed to new replies.