Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1190581

    Hi Folks,

    I want to change the position of the navi-arrows in the menu-overlay.
    How can I do that? Please take a look at the screenshot, so you’ll
    understand exactly what I mean. :-)

    Best regards
    Carsten

    #1190748

    Hey Carsten,

    Please try the following in Quick CSS under Enfold->General Styling:

    #av-burger-menu-ul .html_av-submenu-hidden .av-submenu-indicator {
        right: auto;
        left: 30%;
    }

    Best regards,
    Rikard

    #1190872

    Hi Rikard,

    thx for your reply and the snippet!
    But unfortunately it doesn’t work.
    Next try…I count on you! :-)

    Best regards
    Carsten

    #1191001

    Hi Carsten,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_av-submenu-hidden .av-submenu-indicator {
      float: left;
      right: auto;
      left: 20px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1191124

    Hi Victoria,

    thx for your reply and your solution! It works fine, but not perfectly. ;-)

    Now, the arrows are on the left side, but still on the side and to far
    away from the navigation-links. Please, take another look on the
    screenshot. I want the arrows right beside the navigation-links! Is
    that possible? Thx for your further help!

    Best regards
    Carsten

    #1191935

    Hi Carsten,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1100px) {
      .html_av-submenu-hidden .av-submenu-indicator {
          left: 32%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1191939

    Hi Victoria,

    thx for your new reply and snippet!
    I’m sorry to say, but nothing changed with the new snippet. ;-/

    So, I need your further help…thank you!

    Best regards
    Carsten

    PS: I let the snippet in the Quick CSS Box.

    #1192045

    Hi designbasis,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1192297

    Hi Victoria,

    first, big sorry from me! I didn’t check the code within the custom.css.
    Now I did it and now it works…great! ;-) Big SORRY again and also
    thank you again! :-)

    Best regards
    Carsten

    • This reply was modified 4 years, 8 months ago by designbasis.
    #1192370

    Hi Carsten,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1192395

    Hi Victoria,

    thank you for your reply! :)

    Why is it so, that one time the code works in the quick-css-box
    and next time not? Maybe the explanation is to big, but maybe
    you’re able to explain it in a few and easy words. ;)

    Best regards
    Carsten

    #1192750

    Hi Carsten,

    Sometimes it’s a browser caching issue or it can be that there are some errors in the Quick css field.

    If you need further assistance please let us know.
    Best regards,
    Victoria

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