• Resolved socho

    (@socho)


    Hello,
    I would like to ask how can I change the height of the Top bar.
    I’d like to make it a bit smaller.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Branko

    (@brankoconjic)

    Hello @socho,

    You can add the following CSS into the Additional CSS field in Appearance ? Customize:

    #sinatra-topbar > .si-container > .si-flex-row {
        min-height: 40px;
    }

    Let me know if that worked for you.

    Thanks!

    Thread Starter socho

    (@socho)

    Yes, this is working.

    Just FYI, it seems the smallest number I can put is 22px, then it doesn’t get any smaller, but it’s enough for me.

    Thank you.

    @socho,

    The minimum height is limited by the content inside of the top bar. You could change the font size of your text if you want to make it even smaller.

    bookmarked

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top Bar height’ is closed to new replies.