• Resolved gon2train

    (@gon2train)


    is there anyway to make the header smaller .. i am new to editing and have looked various place in the css but can not find a solution ..

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve got Longevity theme, the support gave me this to make the box smaller
    @media (min-width: 1200px) {
    body .container {
    width: 1000px;
    }
    }
    #page.boxed1200 {
    max-width: 1000px;
    margin: 24px auto;
    }

    and this to make the header and footer smaller

    @media (min-width: 992px) {
    #no-banner {
    height: 13px;
    }
    }
    body #content {
    padding: 3px 0 60px 0;
    }

    I don’t know if helps, but on the extra css you can easily try

    Thread Starter gon2train

    (@gon2train)

    thanks much but it didn’t help :<(

    Thread Starter gon2train

    (@gon2train)

    .site-header {padding-bottom: 2rem;}
    header#masthead {
    padding-top: 0;
    }
    .header-image {
    margin-top: -10px;
    }
    .site-header {
    padding-top: 24px;
    padding-bottom: 24px;
    }
    .header-image img {
    height: 150px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Smaller Header’ is closed to new replies.