Menu Arrow to Left

Greetings.. how can I move the menu item arrow to the left of the text as in attached screenshot.

image

Comments

  • Hello,
    Sure, but it will be only possible with the CSS code.
    Please paste that code below into the Theme Options > Custom CSS & JS > CSS
    @media (min-width:1240px){
    .menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description){
    padding-right:15px !important;
    padding-left:30px !important;
    }


    li.menu-item a span::after{
    right:unset !important;
    left:10px !important;
    }
    }
    Thanks
  • Done. Thank you.
Sign In or Register to comment.