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

    Main menu navigation is bleading over to the large slider on the page since the latest update. IE8 only. Any way to fix that? Thank you.

    #165445

    Hey omakad!

    Can you give us a link to the page? Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    #166154

    Hey Ismael, this didn’t fix the issue. My website is mold and odor resolution (dot) com.

    Thank you,

    #166330

    Hi!

    The menu looks fine on IE8 but the caption needs some adjustment.

    You can use this to adjust the caption position on IE8:

    .caption_right .slideshow_caption {
    top: 40%\9;
    }

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issues with the menu nav in IE8’ is closed to new replies.