• Resolved skate20

    (@skate20)


    I would like to unlock the height of the logo, but when I go to insert the code in function.php it gives me an error.
    Here is the code:

    [sourcecode language = "php"]
    add_filter (‘lightning_headfix_enable’, ‘lightning_headfix_disabel’);
    funzione lightning_headfix_disabel () {
    return false;
    }
    [/ sourcecode]

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Hidekazu Ishikawa

    (@kurudrive)

    Hi.

    I suppose to your request is disable nowrap of header site-title, that’s right?

    nowrap is bug that I was updated theme.

    Please update to lightning 9.3.3 and check it ??

    Thread Starter skate20

    (@skate20)

    Ok I updated but now to be able to insert a larger logo I have to make the change to the function.php? Thanks

    Theme Author Hidekazu Ishikawa

    (@kurudrive)

    Oh… OK.

    Probably your request is following code.

    Appearance > Customize > Additional CSS

    .siteHeader_logo img {
    	max-height: 60px;
    }
    @media (min-width: 992px){
    	.siteHeader_logo img {
        max-height: 80px;
    }
    }
    Thread Starter skate20

    (@skate20)

    Ok it seems to be working well now
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘unlock the height of the logo’ is closed to new replies.