• Resolved martacabido.sa

    (@martacabidosa)


    Hi,
    i would like to know how can i set the logo bigger in the header of my site.

    Thank you,
    Marta

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    The only way to change header logo size is inside Maskitto Light Options > Header and change the header layout where the logo is bigger.

    I was able to make the logo size larger from editing the CSS in Google Chrome by changing the max-height like this.

    .header-layout-standard-large .navbar-brand img {
    max-height: 80px!important;
    margin: -14px 0!important;
    }

    but when I tried to make the change permanent by adding it to the CSS Code section in settings it would not take. I think it has something to do with overriding !important.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    This should work:

    body .header-layout-standard-large .navbar-brand img {
    max-height: 80px!important;
    margin: -14px 0!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bigger Logo’ is closed to new replies.