Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #458872

    Hi there,

    couldn’t find an answer to this problem in the forum.

    The problem: When setting “Apply only to mouse hover state”, the menu changes so that there is a logo on the left side and the menu items at the right side. For the last item the hover box is cut off at the right side.

    Example: Let’s say the menu has 3 items, that are “Home”, “Prices” and “Contact”. For the items “Home” and “Prices” the hover box appears correctly (left and right distance are the same and the text content (“Home”, “Prices”) is centered. For the last item (here “Contact”), the hover box has the correct left distance, BUT the right distance from the text content (“Contact”) will be 0 pixels and directly cut off at the text.

    To clarify the problem, here an image:
    Problem

    Thanks for your help in advance

    • This topic was modified 8 years, 10 months ago by Winterideen. Reason: EDIT: Image link corrected
    #458954

    Hey Winterideen!

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

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

    If that does not help, please post the link to your website

    Cheers!
    Yigit

    #459199

    Hi Yigit,

    thanks for your reply. It work’s, thanks a lot.

    May I ask, is this gonna be fixed with the next theme update or is this any kind of a feature?

    Cheers!

    #459514

    Hi!

    You are welcome!
    It is mainly made for search icon so it is intended. You can keep the code in Quick CSS field :)

    Regards,
    Yigit

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