Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hjalte1983 Friend
    #201592

    Hi again.

    Can someone tell me whats wrong with my logo.

    I used the same logo from our other site http://ellisellis.com/

    But its different in each browser, and in Firefox its cut off a little bit.

    The quality changes when i change the resolution of the browser.

    I don’t have that problem on ellisellis.com

    How can i fix this ?

    Regards.


    1. logo
    Eragon H Friend
    #550823

    1. I don’t find the difference in image quality of logo when change the resolution of the browser

    2. You can add this code to the file root/templates/ja_decor/css/custom.css to fix the issue in Firefox

    .logo-image img {
    display : block !important;
    }

    hjalte1983 Friend
    #550835

    the code
    .logo-image img {
    display : block !important;
    }
    Works but move the logo abit up. which is not intended

    But you can see the quality different in the screenshot..

    The Text is not the same in IE as in Chrome

    Eragon H Friend
    #550950

    1. You can use the below code to change the logo position when using the suggested code (add the to mentioned custom.css file)

    .logo-image img {
    display : block !important;
    position: absolute !important;
    top: 6px !important;
    }

    2. I can see the different image quality between IE and Chrome as each browser resizes and renders the image differently

    What I can suggest you is trying to resize your logo image by graphic program in your desktop, and put back to the site.

    hjalte1983 Friend
    #552073

    Thanks @eragon H

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  hjalte1983 10 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum