Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2159090
Header options
Closed

Comments

  • finkelsh started the conversation

    Hi,

    Is it possible to make the popup menu (shown when hovering over a menu item) to show *below* the menu item, and not over it? It used to be under the item until now, and was changed with no changes to my soledad settings.

    Is it controlled by a setting, or only modifiable through custom CSS?

    Thanks,

    Shiran

  •  2,699
    PenciDesign replied

    Hi,

    Strange, can you show me your site URL to I can take it a look?


    Best Regards,

    PenciDesign

  •   finkelsh replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fix that issue:

    #navigation ul.menu > li > .sub-menu{ top: 82px; }
    .is-sticky #navigation ul.menu > li > .sub-menu{ top: 58px; }
    

    Best Regards,

    PenciDesign

  • finkelsh replied

    Thanks a lot! it helped :)