Okay
  Public Ticket #713733
mobile submenu arrows
Closed

Comments

  • nikolai started the conversation

    Hello,

    How can  I place the .sf-sub-indicator arrows that appear for submenu items in the mobile menu closer to the left. At the moment, they are far to the right and difficult to notice. I need them to be along side the menu items.

    Thanks

  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • nikolai replied

    hello:

    second.smithandbarber.ca

    Thanks!

  •  8,992
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1100px) and (min-width: 1px)
    a > .sf-sub-indicator {
        right: 64%!important;
    

    Best.


    ThemeNectar Support Team