Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1212982
    #1214326

    Hey blue_connexion,

    Thank you for the inquiry.

    We are able to reproduce the issue on IE10 but we are not really what’s causing it. Please try to disable the Performance > File Compressions settings temporarily — see if it helps.

    Best regards,
    Ismael

    #1215692

    Hello Ismael,

    thank you for your help. I tried to disable the file compression but it didn´t changed anything. In Microsoft Edge I could debug it with this css code

    .logo a{
    		float: right !important;
    	}

    but in Internet Explorer the problem is still there.

    best regards
    Tim

    #1217602

    Hi,

    Thank you for the update.

    Try to replace the css code with this one.

    .avia-msie .logo a {
        float: right !important;
        max-width: 355px;
    }

    On IE, the logo doesn’t float to the right because its width is the same as its parent container.

    Best regards,
    Ismael

    #1218777

    Hello,

    I replaced the css code and it worked for the internet explorer but not for microsoft edge. Then I removed the .avia-msie and everything is fine. Now it works I think. Thank you very much for your help. I think we can close this thread.
    The final css code:
    .logo a{
    float: right !important;
    max-width: 355px;
    }

    best regards

    Tim

    #1218952

    Hi Tim,

    Great, I’m glad that you got things working and thanks for the update sharing the working code. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo rutscht in Microsoft Edge nach links hinter das Menü’ is closed to new replies.