• Resolved fdeross

    (@fdeross)


    It would be awesome to have the option to put the icon above the Menu name. OceanWP has this functionality. Lots of websites use this design like etsy.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • raducan

    (@raducan)

    Hey @fdeross,

    Thank you for your suggestion, we’ll keep it in mind and maybe add it in a future release.

    I use this code to position the icons above the menu text, however I can’t seem to get it to work when using SVG image. Any ideas?

    .menu-item img._before, .rtl .menu-item img._after {
    display: block;
    text-align: center;
    margin-bottom: 8px;
    }

    Thread Starter fdeross

    (@fdeross)

    Thank you loggins!

    Thanks loggins, It worked on my website which I use SVG. However, it can’t align text to center..any idea?

    margin:auto solved it 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Position: Above’ is closed to new replies.