Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ghd123 Friend
    #193408

    Hi,

    I am trying to replace the triangle logo.. which I have done by replacing the logo.png with my site logo. However it needs to be bigger than the 38px 30px triangle logo. Which css file or how do I change the size of where it is being placed?

    Please see image thanks! 🙂


    1. logosize
    pavit Moderator
    #517141

    Hi

    You can manage your logo dimensions in this file templatesja_fixelcsstemplate.css around line 4980

    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
    display: block;
    }

    ghd123 Friend
    #517147

    Hi thanks for this…I changed the size of the logo..but it seems it’s the container sitting in it.. any other ideas?


    1. logosize
    Css Magician Friend
    #517226

    Hi ghd123,

    Please try the fix below:
    – Go to backend > template manager -> Theme -> choose your own logo image ( Logo type Image is selected first ) -> Save.
    – Then, open templatesja_fixelcsstemplate.css around line 4980 and replace:


    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
    display: block;
    }

    with:


    .logo-image a {
    width: 38px;
    height: 30px;
    display: block;
    }

    Let me know if it helps.

    ghd123 Friend
    #517265

    Hi,

    I have replaced the code as suggested – my logo is showing on some of the pages (not on the Home see pic 1).

    On the other pages it is showing (see pic 2) not at the correct size, even though I have specified it’s size it is shrinking it to the 38 x 39px. It is also still covering the logo.png image.. ?

    Thanks in advance,
    Caroline


    1. pic-1
    2. pic-2
    Css Magician Friend
    #517500

    @ghd123, Can you PM me FTP account and URL of your site, I will help you out.

    infi Friend
    #518719

    and do you find the solution ? i have the same problem ;/

    Css Magician Friend
    #518786

    @infi, please send me your site URL, I will take a look and see if I can help.

    infi Friend
    #518927

    i find solution in template.css file

    it was needed to edit 2 rows (1st for size 2nd for showing size)

    Thanks for attention! 🙂

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

This topic contains 9 replies, has 4 voices, and was last updated by  infi 10 years, 10 months ago.

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