• GitHub
  • Documentation
  • Discord
  • Tip
search
  • chevron_right Threads
  • label Styling

Logo Image Upload

yottabit
Nov. 17, 2024
chat_bubble_outline 2
  • check_circle
  • link
    yottabit
    Members 15 posts
    Nov. 17, 2024, 1:41 a.m. Nov. 17, 2024, 1:41 a.m.
    link

    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. :)

  • link
    rafalp
    Project Lead 2027 posts
    Nov. 17, 2024, 1:46 a.m. Nov. 17, 2024, 1:46 a.m.
    link
    check_box

    Marked as best answer by Nov. 17, 2024, 1:53 a.m..

    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!

  • link
    yottabit
    Members 15 posts
    Nov. 17, 2024, 1:53 a.m. Nov. 17, 2024, 1:53 a.m.
    link

    Got it. Thank you for your help!

arrow_upward Go to top
  • This site uses cookies to gather statistical data for use in traffic analysis.
  • GitHub
  • Documentation
  • Discord
  • Tip
  • Terms of service
  • Privacy policy
powered by misago