Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • crystalm36 Friend
    #178450

    Hello,
    I added my own logo that should fit the full width of the site but there are spaces on both sides of the logo that I want to get rid of. How do I do that? I tried using margins and padding in the template css but it just pushes the logo off the center of the site.
    Thanks for any help given.

    pavit Moderator
    #458627

    Hi

    Could you post a screen shot of your site ? the link you have posted gives an unpublished page.

    crystalm36 Friend
    #458646

    In the Get A Life Ministries Inc. banner, on the left and right side is white. I can change that background color in the #ja-header .main in the css template file, right now I have it set to white so that you can see where I am talking about. But I don’t want to see the background at all. I want to cover the full length of the page, even if I make the banner wider it still shows that space.


    1. screenshot
    Saguaros Moderator
    #458668

    Hi there,

    Could you pm me a temporary access to your site? and also set Compress Css in Template Manager to No, I shall help you out.

    crystalm36 Friend
    #458787

    ok gonna p.m. you now tys

    chavan Friend
    #458824

    Go to this File : /templates/ja_mendozite/css/template.css

    Add this Code


    #ja-header .main .main-inner1 { margin:0px; }

    And Replace this Code


    h1.logo { width: 992px; height: 73px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 992px;
    height: 73px;
    overflow:hidden;
    position: relative;
    }

    With


    h1.logo { width: 1000px; height: 73px; }
    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 1000px;
    height: 73px;
    overflow:hidden;
    position: relative;
    }

    Once done Increase the width of your logo /templates/ja_mendozite/images/logo.png to 1000px

    Note: If you Find my Post useful please click on the Thanks Icon

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

This topic contains 6 replies, has 4 voices, and was last updated by  chavan 12 years, 4 months ago.

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