Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #648143

    I have a fullwidth submenu on the page below, but on mobile am seeing this:

    View post on imgur.com


    instead of this:

    View post on imgur.com

    how do I get the arrows to display properly?
    thanks
    Nancy

    #648152

    Hi Munford!

    I cannot see fullwidth submenu on your page. Can you please check the link once again?

    Best regards,
    Yigit

    #648191

    sorry this one

    #648193

    Is there a way to have that menu sticky on mobile?

    #648210

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before {
    content: "\25BA";
    }
    

    Best regards,
    Yigit

    #648256

    View post on imgur.com

    got better arrows but they are a little smashed.
    and now they are showing up in my fullwidth submenu on pc
    added the media query:
    @media only screen and (max-width: 990px) {
    but the arrows are still on the menu.
    ?

    • This reply was modified 8 years, 5 months ago by Munford.
    #649252

    Hi,

    They do not show up on my end :/
    You can add following code to simply remove arrows

    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before {
    display: none !important;
    }

    Best regards,
    Yigit

    #649261

    I think the media query worked but I will try your code. Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘problem with arrow icons on mobile menu / fullwidth submenu’ is closed to new replies.