Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Flexform
  • #7361
    jleon213
    Member
    Post count: 16

    Hello,

    Is there a way to increase the height of the mini-header and increase the size of the logo?

    Thanks.

    #7375
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    The mini header does not have a height specified, you can do it yourself with custom CSS:

    #mini-header {
      height: 70px;
    }

    These are the defaults for the mini header logo, copy them in the Custom CSS theme option and add !important at the end (as you can see) after changing the values, to override them:

    #mini-header #logo img {
        height: 32px;
        padding: 8px 0;
        width: auto !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register