How to leave the menu responsive?

Home Forums Gillion Theme How to leave the menu responsive?

Home Forums Gillion Theme How to leave the menu responsive?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • juniormartian
    Participant

    How do I leave the menu responsive? When I slow down, the menu breaks. I would like to leave responsive.

    Attachments:
    You must be logged in to view attached files.

    Hi @juniormartian,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

     

    Also what do you mean by Slow Down here?

     

    Best regards,
    Shufflehound team

    juniormartian
    Participant

    todaylead.com

    It displays fine for me as shown in the attached screenshot.

     

    Do you mean it happens after resizing browser width smaller?

     

    If yes then it happens because there isn’t enough space to fit all your added menu items.

     

    You can try fixing it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-header-1 .sh-header-logo-container,
    #page-container .sh-header-1 .sh-header-meta-container {
        min-width: 0;
    }
    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)