• Resolved thmthoom

    (@thmthoom)


    Hi there,
    I’m using the plugin in Arabic website, So I need to change the menu content and icon to right-left . .
    Now it shown like this :
    [ Menu text ] then [ + icon ]

    I want to change the direction to be :
    [ + icon ] then [ Menu text ]

    [ + icon ] = open submenu

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    ?
    Hi @thmthoom,

    I also replied by email.

    Add the code below to the custom CSS option in the General Options-> Advanced options
    ?

    .mob-expand-submenu{
        float: left!important;
    }
    #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name{
        text-align: end!important;
    }

    ?
    Clear the cache and test again. Let me know the result.

    Thread Starter thmthoom

    (@thmthoom)

    Worked as sharp . .
    Great brother , thanks a lot

    Plugin Author Rui Guerreiro

    (@takanakui)

    That’s great. Happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text and icon direction’ is closed to new replies.