Okay
  Public Ticket #466290
How to allow for a larger logo?
Closed

Comments

  • Jaye started the conversation

    Hi there,

    Looking to increase the allowed logo size within the sidebar as my logo has small font which is difficult to read at the current size.

    Thank you!

    J

  •  291
    Paul replied

    Hello Jaye!

    You can use custom CSS to adjust that:

    #side-container {
        padding: 105px 20px;
    }

    This will reduce the left and right padding so there is more room for the logo.

    In case you would like to use custom CSS for other elements, I would recommend \"Developer Tools\" on Chrome or \"Firebug\" on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Regards,
    Paul