Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #367606

    Hi guys.

    I haven’t found this one on the forum. So here’s a (probably simple) question:

    When on the page http://grote-schoonmaak.nl/grote-schoonmaak-contact/ or any other page that is linked in of the utter right menu-item “Grote-Schoonmaak.nl”, the white highlighting line is off. It is moved to the right. Any idea why and how? And how to fix it, of course.

    Thanks in advance!!
    Remco

    #367639

    Hey,

    I think it’s a bug. I hope it gets fixed with the next Enfold update.
    You’ll also notice it if you’re on any other page and mouse over the menu item.

    For now you can fix it with the following CSS:

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

    cheers

    #368024

    Hi!

    It happens when you remove the search icon from your menu. It’s in our bug list and should be fixed in the next update.

    Best regards,
    Elliott

    #368117

    Ah.

    Thank you, Flikk! Pretty cool when ‘a participant’ steps in and gives a very useful solution.
    And thank you, Elliott. For the clear explanation. It’s not a big issue of course. So I’m simply looking forward to the update.

    Thanks for the ever quick and useful answers.
    Kindest regards,
    Remco

    #368125

    Hey,

    I really just like helping others :)
    And i read your profile description in this forum.
    I’d suggest you to learn at least some basic HTML / CSS stuff.
    It’s not that hard and might help you in the feature.
    This is a really great resource to learn HTML and CSS: http://www.w3schools.com/css/default.asp

    What help alot is to use the developer tools of your web browser.
    Firefox has some nice tools where you can inspect elements and see all the CSS that affects them.

    This shows you how to work with it: https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector

    If you ever any question, just feel free to ask :)

    cheers

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu highlight-line is off-spot’ is closed to new replies.