Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    December 8, 2015 at 2:31 am #22894

    Hi,

    on my website gfcev.de you can see the following submenu entry:

    Beiträge -> Ausstellungen -> Jahresausstellung 2015 schwarzweiße IMPRESSIONEN

    If you check the submenu entry in the sticky header, this entry has a nice narrow spacing, which seperates it from other entries.

    If you check in the normal header, this submenue entry has a wider spacing, which does not seperate it nicely from other submenu entries.

    Can I adjust the spacing for the normal header similar to the spacing in the sticky header?

    Thanks and kind regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    December 8, 2015 at 8:02 am #22902

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #nav ul li ul li ul li a {
    line-height: 1.2 !important;
    margin: 0 !important;
    }

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    December 8, 2015 at 9:15 am #22909

    Hi Denzel,

    thanks, this is exactly what I was looking for.
    And I applied it to the second level submenu as well by just dropping one “ul li” instance in above listing.

    Best regards,
    Harald