Home Forums Total Total displays a tiny logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4717
    Houssaine
    Participant

    Hi everyone and thank you in advance for you help.

    I have an annoying problem with my logo. Total seems unable to display my logo correctly whether I use the original size which is 4584 × 3085 or the one I resized with PicMonkey which is 512×512.

    I Purged my cach on both WordPress and Safari and Firefox browser with no avail!

    Can anyone help please! Thank you

    NB: I am new to wordpress.

    #4759
    Hash
    Keymaster

    Hi,

    The theme resizes the uploaded logo so that it looks better in the header. A logo with size 512×512 would definitely not look good on header.

    Thanks

    #4769
    augstad
    Participant

    Hello! I was curious about the same issue. Is there a way to override the logo size in the theme? I didn’t see a link to an editor in the theme customizer to edit the stylesheet. Wish it could be a little bigger.

    #4810
    Hash
    Keymaster

    Add this CSS if you want to change the logo size. Change 120px as required.

    #ht-site-branding img{
    max-height: none;
    }

    #ht-masthead{
    height: 120px;
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.