test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ktbgreat2 Friend
    #193576

    Hi there,

    Im wondering if you could tell me why my logo I just uploaded is showing blurry. I think it might be being resized bigger, but im not sure why, or how to change that. You can see it here 🙂

    http://katchmefilms.com

    Thanks heaps for any help I can get,

    Katie

    Ninja Lead Moderator
    #517882

    Could you be more specific about logo issue?
    Just for better clarification, please include an illustrated screenshot of what you are trying to achieve,I will help you out then.


    1. the_logo
    ktbgreat2 Friend
    #519101

    Hi,

    I have attached the picture that I have uploaded. Here it is in its original size and not blurry, but on the site its is enlarged just abit and is blurry.

    Its also blurry on my iphone, and there is a funny line going through the logo there. I think the menu isnt working in that side button or something

    Thanks
    Katie


    1. photo
    2. new-katchmefilms-logo-small
    Ninja Lead Moderator
    #519189

    Hi Katie,

    Please try tweak below to fix the problem on mobile layout:

    Open templates/ja_wall/themes/blackboard/css/theme.css file

    Change

    #logo h1 a {
    float: none;
    margin: 0 auto;
    }

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat left top;
    height: 48px;
    margin: 0 10px;
    text-indent: -999em;
    width: 81px;
    }

    To

    #logo h1 a {
    float: none;
    margin: 0 auto;
    background-size: 45%;
    }

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat center top;
    height: 48px;
    margin: 0 10px;
    text-indent: -999em;
    width: 81px;
    }

    Hope this helps

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 10 months ago.

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