• Hello!
    My company logo on the start page (www.dws-sturm.de) is cut of, the header area is not high enough.
    This problem only appears on the start page and only since the last update. Before, it worked well.
    I cannot find a setting to chance it in the standard customizr version – not the pro!
    Can anybody help me with a css-code or another solution?
    Many thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,
    this seems to be due to conflicting plugin (flip boxes?), using an older bootstrap version which sets the .navbar-brand (logo div wrapper) height to 50px.
    You can either disable the plugin or force the .navbar-brand height to auto via CSS.

    Hope this helps.

    Thread Starter sturmi77

    (@sturmi77)

    Thanks for your answer.
    It really was the combination with flip boxes.
    When I disable the plugin, the logo has the right height again.
    I tried to use css first, but using the following code did not help:
    .navbar-default .navbar-brand {height:auto;}
    neither did .navbar-brand {height:auto;}
    Do I have another mistake in the code?
    It would be nice if the flip box could be used also.
    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header not high enough for logo – only on start page’ is closed to new replies.