• Resolved cr0co

    (@cr0co)


    Hello

    in internet explorer 11, the menu in portfolio 6 is strange

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear cr0co.

    Edit the Portfolio_Wodget.php file of our plugin. Find there line 1164-1166, there must be:

    transition: all 0.3s ease-in 0s !important;
    -moz-transition: all 0.3s ease-in 0s !important;
    -webkit-transition: all 0.3s ease-in 0s !important;

    replace that row with this code:

    transition: all 0.3s ease-in 0s !important;
    -moz-transition: all 0.2s ease-in 0s !important;
    -webkit-transition: all 0.2s ease-in 0s !important;

    Thank you.

    Thread Starter cr0co

    (@cr0co)

    hello

    Thanks but the menu has at the bottom to much space,
    can you check this again please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE 11 menu button is strange’ is closed to new replies.