Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #543158

    There is a problem with line positions, should be on the left of every item instead the last
    and now it is on the left of all instead the first…

    In RTL it should be:

    #top .av-subnav-menu > li:last-child a {
    border-left: none;
    }

    instead of:

    #top .av-subnav-menu > li:first-child a {
    border-left: none;
    }

    what can I do about this? I could add add the first line of code but then I’m missing a line….

    #543163

    Ok found a solution…

    Thanks anyway

    #543414

    Hi!

    Great you got it short out!
    Please do let us know if we can do anything else for oyu, we will be happy to!

    Regards,
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘RTL issue with submenu’ is closed to new replies.