Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gringo211985 Friend
    #182650

    Hi there,

    I am trying to change my logo and for some reason it’s showing the T3 logo as seen in the image below,

    Not sure why it isn’t showing my logo.

    How do I get my logo to show?

    I have changed /templates/jamixmaz/images but is there another logo I need to change?


    1. JA-mixmaz-logo-error
    gringo211985 Friend
    #474541

    Ok so I found that I needed to change the logo-t3.gif to change the logo, but now I have another question.

    How do I change the size of the logo? (so I can have a bigger logo)

    How do I also set the margin for the logo and header?

    pavit Moderator
    #474543

    Hi

    In this file /plugins/system/jat3/jat3/base-themes/default/css/template.css around line 1023 now you have

    h1.logo a {
    background: url("../images/logo-t3.gif") no-repeat scroll left center transparent;
    display: block;
    height: 28px;
    width: 184px;
    }

    You can modify the values of the logo image file

    gringo211985 Friend
    #474553

    <em>@pavit 348328 wrote:</em><blockquote>Hi

    In this file /plugins/system/jat3/jat3/base-themes/default/css/template.css around line 1023 now you have

    h1.logo a {
    background: url("../images/logo-t3.gif") no-repeat scroll left center transparent;
    display: block;
    height: 28px;
    width: 184px;
    }

    You can modify the values of the logo image file</blockquote>

    Hi there,

    Thanks for that, it worked perfectly.

    Could you tell me how I could reset the margin? (just my logo is not aligned with my content body)

    Thanks,
    Richard

    pavit Moderator
    #474556

    Hi

    I have just checked your logo and it seems to be perfecly aligned you have modified the height and width values to 60:225

    gringo211985 Friend
    #474561

    <em>@pavit 348344 wrote:</em><blockquote>Hi

    I have just checked your logo and it seems to be perfecly aligned you have modified the height and width values to 60:225</blockquote>

    Hi there,

    Yes I changed to 60:225 but on my screen it’s not aligned with the image underneath it (1440×900 screen resolution) could you show me a screen shot of it?

    pavit Moderator
    #474567

    Hi

    It has 2 behaviours on Google Chrome and Firefox

    1) Chrome

    2) Firefox

    anyway try to make this change

    h1.logo a {
    background: url("../images/logo-t3.gif") no-repeat scroll left center transparent;
    display: block;
    height: 28px;
    width: 184px;
    margin-top: -20px; <-----------add this line
    }


    1. chromemixmaz
    2. firefoxmixmaz
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  pavit 11 years, 11 months ago.

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