Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #630643

    Hi guys

    We are having a couple of issues with things when changing between browsers.

    On this site http://noodlenow.co.uk.gridhosted.co.uk/ when in IE, the image quality is lost, especially with the branding in the logo area and the logo in the footer. Is this something that can be fixed or is it just the browser being awful??

    Also in the footer of the site, the menu we have aligns center in Google Chrome but not in IE. Is there any reason for this??

    We usually wouldn’t bother with things like this because IE is probably the worst browser going but the client is being very picky.

    I will provide login details so you can see how the footer is done for if you need to change anything.

    Thanks in advance

    #631293

    Hey,

    Please specify which version of IE is presenting problems and on which OS, screenshots of the issues would help too.

    Best regards,
    Josue

    #631407

    Hi

    The version is 11 I believe.

    Here is the branding at the top http://imgur.com/LPYchSk its a bit pixelated around the edges – fine in chrome.

    Here is the footer, again with the branding and the menu text in the footer not being centred – fine in chrome. http://imgur.com/4zvkEyC

    Overall the whole image quality on the site is much lower in IE than Chrome

    Thanks

    #631413

    OS is windows 7, same issues on windows 10

    #632329

    Hi,

    This is an IE image rendering issue. The logo image is much larger than its container and the browser has to resize it to fit. Resize the logo image to 300x53px, current size is 1200x210px which is quite huge.

    Related links: http://stackoverflow.com/questions/9945363/image-scaling-causes-poor-quality-in-firefox-internet-explorer-but-not-chrome

    Best regards,
    Ismael

    #632950

    Hey

    Thanks for that it, fixed the issue with the images.

    What do you suggest with the footer menu not aligning up in IE?

    It is done in HTML and CSS and I have provided login details in one of the replies above if you wanna take a look at it.

    It aligns center in Chrome with no issues.

    The new link however is in the private content

    Thanks in advance

    #635111

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #footer .widget ul {
    text-align:center!important;
    }
    

    Best regards,
    Vinay

    #635132

    Hi

    That worked Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Internet Explorer issues’ is closed to new replies.