[Support request] Resize logo

Home Forums Support [Support request] Resize logo

Home Forums Support Resize logo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1461484
    Jesus

    hi, is there a way to put the logo that is at the top bigger? I can’t find where to do it from.

    #1461491
    Elvin
    Staff
    Customer Support

    Hi Jesus,

    Can you link us to the site in question?

    Normally, the logo can be adjusted through Appearance > Customize > Site identity.

    But if your site has “Use header as navigation” enabled, the option to change the logo width disappears.

    In this case, we use custom CSS.

    You can try this out:

    .navigation-branding img{
    height:auto;
    width: 100px;
    }

    Just change the width to the deserved size value.

    #1461493
    Jesus
    #1461494
    Elvin
    Staff
    Customer Support

    I see that you’re using Marketer theme. Thanks.

    Can you try adding the custom CSS provided on the previous reply?

    Let us know if it works for you.

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