New Landing How can we help? Themeforest Theme Support Dante Display a fa-angle-down on the right side of a menu li element

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Dante
  • #318483
    mikemikemike
    Member
    Post count: 6

    Hi
    For better usability I wanted to add an font-awesome angle-down icon to the menu li item. This worked perfectly in the menu options. The icon is displayed on the left side of the menu li element but I want to change it to the right side. That would give a better sense of depth to the hierarchy of the menu.
    I couldn’t achieve this.

    Thank you for your help

    Attachments:
    You must be logged in to view attached files.
    #318485
    mikemikemike
    Member
    Post count: 6

    Hi, sorry to bother you
    I’ve found a solution myself:

    Some CSS Stuff:

    nav .menu li > a > i {
    margin-left: 8px;
    float:right;
    }
    i[class^=”fa-“] {line-height: 2;}

    This topic is solved

    #318553
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.