Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1433692

    causing menui bar height to increase

    #1433755

    Hey daves1997,

    Thank you for the inquiry.

    The height of the menu container is set to 88px by default. If you want it adjusted, you can try this css code.

    #header_main .container, .main_menu ul:first-child>li a {
        height: 40px;
        line-height: 40px;
    }
    

    Best regards,
    Ismael

    #1433807

    Ecery other page is perfect. I said the issue is on 1 page

    #1433914

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for this one page:

    .page-id-214219 #header_main .container, 
    .page-id-214219 .main_menu ul:first-child>li a,
    .page-id-214219 .main_menu ul:first-child>li {
        height: 40px;
        line-height: 40px;
    }
    .page-id-214219 li.dropdown_ul_available:not(#menu-item-5472)::after {
        content: "▼";
        color: #210e23;
        position: absolute;
        top: -4px;
        left: -3px;
        font-weight: bold;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1433916

    It worked. I was checking code and found no error. Strange

    #1433921

    Hi,
    Strange indeed, I didn’t find any errors, but glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘One page not resolving correctly’ is closed to new replies.