[Resolved] Font Awesome icone in MENU – how to change the position

Home Forums Support [Resolved] Font Awesome icone in MENU – how to change the position

Home Forums Support Font Awesome icone in MENU – how to change the position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1265770
    Robert

    Hi

    How are You ?

    I wanna ask: its passible to move the house icone in the MENU (I used: Font Awesome) on:
    https://www.cyklinowanierak.pl/ over the txt” START”

    ?

    Kr
    Robert

    #1266079
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (min-width: 769px) {
        .main-navigation .main-nav ul li a {
            position: relative;
        }
        
        .main-navigation .main-nav ul li a i {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
    }
    #1266301
    Robert

    Hi

    yep – its now over the MENU ๐Ÿ™‚

    But its now on the left – can I change it too the center?
    – I wanna put other icones for all other MENU points…

    Kr
    Robert

    #1266456
    David
    Staff
    Customer Support

    Cool ๐Ÿ™‚ I updated the code here.
    That code will apply to all menu icons.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.