Shop Categories

X

Sub Navigation and distance to main navigation text defined in Additional CSS?

Home Forums Agama Pro Sub Navigation and distance to main navigation text defined in Additional CSS?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29412

    When I open the subnavigation e.g. by clicking on the arrow symbol at “Gesicht” you see the subnavigation items like “Gesichtspflege: Warum?”. The distance between the sub-navigation entries and the main menue text “Gesicht >” is quite large. How can I configure that the sub-navigation starts right under “Gesicht >”?

    #29421
    This reply has been marked as private.
    #29422
    yuniz
    Spectator

    Please add These Custom CSS To Customization Additional CSS Box.
    This will fix issue!

    /* Reduce Distance > Main-menu – Sub-menu item */
    .sticky-nav ul.sub-menu
    {
    margin-top:-25px!important;
    }

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