Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • yoursminc Friend
    #198709

    How would I change the height of the Header? (the part above the horizontal)

    kind regards

    Rob


    1. Change-header-height
    pavit Moderator
    #538606

    Hi

    In your custom.css file you can add a padding 25px

    .t3-header {
    padding:25px;
    }

    increase the value of padding will increase the height

    yoursminc Friend
    #538614

    Hi Pavit,

    I have tried your suggestion and must say that I do notice change in behaviour but still do not succeed in makeing the header smaller.

    When I inspect the element I notice that it refers to header#t3-header.wrap.t3-header 1221px x 86px

    So I would say I should be able to decrease the number of vertical pixels from 86px to let’s say 40px… How would I do that?

    thanks
    Rob


    1. Screen-Shot-2014-06-11-at-16.57.25
    pavit Moderator
    #538620

    <blockquote>When I inspect the element I notice that it refers to header#t3-header.wrap.t3-header 1221px x 86px</blockquote>

    You are inspecting element with css optimization ON in your backend, disable the optimization to find the correct code

    TomC Moderator
    #538621

    Try the following – paste within your custom.css file


    #header {
    padding: 0;
    }

    #content {
    padding-top: 65px;
    }

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

This topic contains 5 replies, has 3 voices, and was last updated by  TomC 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum