Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adjusting the height of a iBuddy theme assistance

Viewing 3 replies - 1 through 3 (of 3 total)

  • ronnsys
    Participant

    @ronnsys

    Excuse the typo, that should say iBuddy theme in use


    @mcuk
    Participant

    @mcuk

    The size of your site-branding (header logo) is what is causing your site-header (green banner) to be so large in height. So by adjusting the height of your site-branding, you can reduce the height of the banner and as a result your header menu will fall alongside it.

    Add this to your style.css :

    .site-branding {
        min-width: initial;
        max-width: 35%;
    }

    If you want to change your banner height to a specific value rather than letting it automatically adjust depending on what is inside it, then use:

    .site-header {
        height: 120px;
    }

    ronnsys
    Participant

    @ronnsys

    Great, made that suggested edit with 45% and thought it looked better on both desktop and mobile.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar