• Resolved nunciuss2014

    (@nunciuss2014)


    Hi There,
    I would like to ask you for some help to set/implement header with logo in my site on Auberge theme https://kgbpub.sk/.
    I would like to use similar solution as I see at https://realfoodvegankitchen.com/ – I mean left side logo, than navigation bar.
    I tried use logo but I think the only one possibility is to use only 50x50px logo (than disapeared the page title I think); so – could be any sized lgogo-image, please? And how to implement another sized logo, please?
    Many thanks in advance.
    B.R.
    Vladimir

Viewing 6 replies - 1 through 6 (of 6 total)
  • salsaturation

    (@salsaturation)

    @nunciuss2014

    Please add the logo so we can see what the issue is

    Thread Starter nunciuss2014

    (@nunciuss2014)

    I set logo which has 150x150px (not 50×50, sorry).
    In responsive mode it replaces page title “Kgbpub”.
    how to implement another sized logo, please?
    Thanks, Vladimir

    salsaturation

    (@salsaturation)

    the size is being restricted via css. If you don’t already have a Child_Themes or the theme offers nowhere to put a custom css, then you should install a plugin like Jetpack then add the following to the custom css area…

    .site-branding img {
        max-height: none;
    }

    or set a particular size with

    .site-branding img {
        max-height: 100px;
    }
    Thread Starter nunciuss2014

    (@nunciuss2014)

    Yes, I understand, many thanks.
    Vladimir

    salsaturation

    (@salsaturation)

    Please mark the issue as resolved

    Thread Starter nunciuss2014

    (@nunciuss2014)

    resolved, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header’ is closed to new replies.