Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    February 12, 2016 at 12:25 pm #24296

    Hi,
    when testing the latest evolve-plus release on my test website
    test.gfcev.de
    I saw a difference in the menue styling for the sticky menue and the normal main menue.

    Just look at submenue entries in the sticky menue (take entry ‘Beiträge’ as an example). Here the symbol ‘>’ which points to subsubmenue entries is vertically centered.

    However, if you look at the same menue entries in the normal menue (not sticky), these symbols ‘>’ are now vertically aligned at the top.

    Can I vertically center the symbols ‘>’ in the normal menue as well?
    I have no idea where the different styling results from.

    Thanks and best regards,
    Harald

    Roman
    Spectator
    Posts: 3147
    February 12, 2016 at 1:05 pm #24297

    have you define the menu in Appearance -> Menus?

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 1:17 pm #24298

    Hi Harald,

    Thanks for writing in!

    In order to vertically center your primary menu symbol, please add the following code under your custom CSS field:

    #nav ul li ul a.sf-with-ul:after {
    top: 14px;
    }

    Hope this helps.

    Thank you!

    Harald Röh
    Spectator
    Posts: 39
    February 12, 2016 at 2:00 pm #24299

    Hi Imran,

    yes, it works fine (and I am learning a lot about CSS thanks to your support)!

    Best regards,
    Harald

    Imran
    Spectator
    Posts: 403
    February 12, 2016 at 4:56 pm #24302

    You’re welcome Harald! 🙂