Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • singercoats Friend
    #167955

    I have started modifying this template and am confused about the difference in how IE and Firefox display the CSS for the header. There seems to be extra top and bottom padding around the logo in IE. I increased the logo size. I wasn’t having this problem with a smaller logo. Can someone show me how to code the css so IE looks more like Firefox with respect to the padding?

    http://www.bluegrasswebguy.com/mtview

    look at with both browsers and you will see what I mean, it looks like about 15 extra pixels padding top and bottom.

    mfcphil Friend
    #409490

    whats noticable in both browsers in the text is too large, can you go yo setting and change this or is this how you want it?

    singercoats Friend
    #409513

    I found this code that fixed my problem

    #ja-headline .main-inner1 {

    padding: 0 15px;

    }

    which I reduced to 5px. This fixed my problem, so you likely didnt see what I had originally complained about.

    philip_nav Friend
    #409713

    Hi I fyou want to change your logo size you need to go to your template CSS and find the section blow:

    /* HEADER
    ——————————————————— */
    #ja-header .main { padding: 25px 0 20px; }

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

    /* Logo Image —*/
    h1.logo { width: 321px; height: 62px; }

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

    of course you need to change the size to you exact logo size, then clean the cach and thats all…good luck

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

This topic contains 4 replies, has 3 voices, and was last updated by  philip_nav 13 years, 2 months ago.

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