• yottabitpanorama_fish_eye
    15 posts
    4 months ago

    Hello,

    Seeking help with uploading/adding a logo image for website name. I tried to use the features provided in the Admin Control Panel to set this, but the image appears shrunken and does not show right no matter how I try to set it.

    Any help would be appreciate, thank you. :)

  • rafalplens
    4 months ago
    check_box

    Marked as best answer by rafalp 4 months ago.

    Yup, default CSS forces logo to be 40px tall in the desktop navbar. If you want it taller, you'll have to create a custom theme to customize CSS:

    .navbar {
      height: 60px;
    }
    
    .navbar img {
      height: 40px;
    }
    

    Replace 40px with height of your logo image and 60px with new navbar height to accommodate bigger image. Remember to also see how your new CSS will change the navbar on mobile displays!

  • yottabitpanorama_fish_eye
    15 posts
    4 months ago

    Got it. Thank you for your help!

Search
  • Enter search query (at least 3 characters).

Your options