Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #376078

    hi,

    the beautiful line beneath the menu text is not attached accordingly for the last (most right) item.
    http://screencast.com/t/PRqOBsfUqH9

    #376120

    Hey decode!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
    left: 0 !important;
    }

    Best regards,
    Yigit

    #391076

    I tried adding the code to my page as well: http://www.elkaveprime.com and the padding is not equal on the last child on hover after scroll. Prior to scroll the .avia-menu-fx is not centered.

    #391173

    Hey!

    Please add following code to Quick CSS as well

    .html_header_searchicon_disabled #top .av_header_transparency .main_menu .menu>li:last-child>a .avia-menu-fx {
    width: 90%;
    }

    Regards,
    Yigit

    #391642

    This happens on every site ever made with Enfold… definitely seems like a bug.

    #391650

    The code you provided does not fix the right padding after scrolling on hover.

    #391655

    Hey!

    Please add following code to Quick CSS as well

    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
    padding-right: 13px;
    }

    The code i previously posted fixes the issue with menu fx

    Best regards,
    Yigit

    #392211

    Is this something that will be addressed in future releases or will we have to add this code to every menu?

    #392653

    Hey!

    We can’t reproduce the same issue on our installation but we’ll look out for it. For now, you need to add the fix provided above.

    Cheers!
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.