Home Forums Total Logo Size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1486
    fl45h
    Participant

    Hi there,
    can you tell me please how can I change the logo size, please ?
    I am trying to resize logo in SiteOrigin CSS plugin, this plugin allows me to resize Width to any size but I can resize High only to 60px, I can’t go over 60px. Can you tell me please how can I go over 60px ?

    regards

    #1487
    fl45h
    Participant

    It’s ok, I’ve done it myself. If someone want to change logo size below is css to change, max-height has to be changed.

    #ht-site-branding img {
    max-height: 200px;
    width: auto;
    }

    #1488
    fl45h
    Participant

    and “height” in this css below has to be changed:

    #ht-site-branding img {
    height: 67px;
    display: inline-block;
    float: left;
    clear: left;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    }

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