Drop down menu line height bug

Home Forums Jevelin Theme Drop down menu line height bug

Home Forums Jevelin Theme Drop down menu line height bug

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

    Hi support,

    I can’t make the drop down menu line-height consistent between the main blog page, individual post pages and normal pages.  Possibly a bug as I’ve done very little customisation. On the main blog page it always sets the line height to 40px AND I can’t override safely with custom CSS (entered in to the theme settings). If I do override the CSS , it causes  issues on the individual post and normal pages.

     

    Two images are attached. The first image shows how it looks on the main blog page, the second image shows you how  it appears on individual post pages.

    Here is the code I can’t override without causing issues on other pages or posts:

    #page-container .sh-header-5 .sh-nav .current_page_item a {
    line-height: 40px!important;
    }

    Could you please take a look? Access to the website in the private section.

    Thanks,

    John

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

    Hi John,

     

    Sorry to hear of the problem you are having.

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile 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

     

    #page-container .sh-header-5 .sh-nav .current_page_item .sub-menu a {
        line-height: 24px !important;
    }

     

    Best regards,
    Shufflehound team

    bowman9991
    Participant

    Thanks for the fix. Thought it might be. Cheers. John

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)