Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mmay Friend
    #149037

    How do you control the space below the logo? I see where to control the margin from the top. I assume it is somewhere in template.css?

    http://productionpainters.biz/

    below the logo, above the menu

    iguinee Friend
    #333920

    This should be in template css

    It depends on your logo size. Play with the height in
    /* Logo Image ---*/
    and in
    h1.logo a {
    .

    Good luck

    /* HEADER
    --------------------------------------------------------- */
    #ja-header { background-color: #1c1c1c; margin-top: 30px; position: relative; z-index: 10; }

    #ja-header .main { height: 100px; }

    h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

    h1.logo, div.logo-text { float: left; padding-top: 30px; position: relative; }

    /* Logo Image ---*/
    h1.logo { height: 60px; width: 325px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 60px;
    width: 325px;

    mmay Friend
    #334036

    I was able to at least center the image vertically by adjusting some of the numbers, still not understanding what controls the overall space for entire header i guess. Thanks for the help…

    histeriks Friend
    #334072

    mmay;166560How do you control the space below the logo? I see where to control the margin from the top. I assume it is somewhere in template.css?

    http://productionpainters.biz/

    below the logo, above the menu

    Hi mmay,

    height value on line 941 of your template.css:

    [php]#ja-header .main { height: 100px; }[/php]
    is what dictates the height of the header, which holds the logo. Once you set the header to desired height by increasing/decreasing the height: 100px; value, you can move the logo itself up or down inside the header by increasing/decreasing the value of padding-top on line 945:

    [php]h1.logo, div.logo-text { float: left; padding-top: 10px; position: relative; }[/php]Hope this helps 🙂

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

This topic contains 4 replies, has 3 voices, and was last updated by  histeriks 14 years, 8 months ago.

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