Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sebbs Friend
    #202731

    site: http://academie.dnsnetworks.ca/

    How do I edit the size of the logo (it’s 153px by 100px)

    Thanks

    sebbs Friend
    #555256

    I even tried this in my custom.css file:

    .logo-image {
    width: 153px;
    height:100px;
    }

    didn’t work

    sebbs Friend
    #555479

    Anyone know how I can edit my logo size??

    Ninja Lead Moderator
    #555538

    You can try to use my solution below

    Open templates/ja_biz/css/custom.css file and add new this rule

    @media screen and (min-width: 992px) {
    .t3-mainnav .t3-navbar {
    padding-top: 60px;
    }

    .head-search {
    padding-top: 55px;
    }

    .logo-image .logo-img {
    max-height: 163px;
    }
    }

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 ago.

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