• Hovering on my main nav menu is affected by the Autoptomize “Optimize HTMl setting.” I have confirmed it is this setting and I can’t figure out what I can do to avoid this. The hover effect for submenu items is a teal box that is centered but when I select optimize HTML what happens is the box is off-center to the right. Any suggestions to fix this? I have it currently set to optimize html code so you can see this.

    The page is at http://www.dentistrybh.com

    Best,
    Matt

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Frank Goossens

    (@futtta)

    I might have misunderstood, but at first sight this looks ok to me:

    View post on imgur.com

    Can you clarify what I should be looking for?

    kind regards,
    frank

    Thread Starter Dr. Matt Nejad

    (@1nejad)

    hey thanks for the speedy reply.

    Take a look at this

    http://imgur.com/a/xBdV4

    Plugin Author Frank Goossens

    (@futtta)

    OK, I see, but I can’t reproduce on your site (tried Firefox & Chrome).

    View post on imgur.com

    Did you change anything? Or are you looking in another browser? Are you logged when testing and if so can you log out to compare?

    frank

    Thread Starter Dr. Matt Nejad

    (@1nejad)

    Sorry about that. One of my employees unchecked the setting I am taking about. You should see it now. I’m using chrome and it shows whether or not we are logged in.

    Matt

    Plugin Author Frank Goossens

    (@futtta)

    I can confirm it is happening, but I don’t see what in the optimized HTML would be causing this I’m afraid. You could either turn off HTML optimization (it is by far the least important one) or you could use a workaround like

    .genesis-nav-menu .sub-menu a {
        margin-right: 5px !important;
    }

    have a nice weekend,
    frank

    Thread Starter Dr. Matt Nejad

    (@1nejad)

    What does the optimized html do? Basically minify it right? How could that do this. I’ve been staring at it for a long time and inspecting it. Any other ideas?

    Plugin Author Frank Goossens

    (@futtta)

    optimizing, for HTML, indeed is just minifying i.e. removing redundant whitespace and linefeeds. did the staring-thing myself but no other ideas I’m afraid.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Optimize HTML breaks hover style’ is closed to new replies.