Sticky Menu

Home Forums Jevelin Theme Sticky Menu

Home Forums Jevelin Theme Sticky Menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • mtortorello
    Participant

    Hi

     

    When I enable my Sticky Menu my navigation and logo gets cut off.  I adjusted my settings in the theme options but it is still not better.  Also is there anyway the logo and Nav can be on the same line.  Please the attached screenshot.

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

    Hi @mtortorello,

     

    I hope you are well today and thank you for your question.

     

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

     

    Best regards,
    Shufflehound team

    mtortorello
    Participant

    Solution for this topic

    It seems this is happening because of the custom CSS code you have used on your site.

     

    You can resolve 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

     

    nav#header-navigation {
        left: auto;
        height: auto;
        width: auto;
    }

    mtortorello
    Participant

    Thank you the CSS Code work perfectly.  However I now have a line underneath the menu that I can’t seem to remove.  Please see attach.

     

    Thank you

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

    To troubleshoot the line, i visited your shared site but it seems you are using default WordPress Twenty Seventeen theme on your site.

     

    Please advise.

    mtortorello
    Participant

    Hi Sorry please use this site.

     

    http://equivityva2.informaticsinc.com/

    Please use below custom CSS code to remove that line.

     

    #page-container nav#header-navigation {
        border: 0;
    }
Viewing 8 posts - 1 through 8 (of 8 total)