Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fmntprsv Friend
    #138110

    Hi again!

    I´m customyzing the header ja_corona of my web http://www.razorman.net . I have a question to see if I can help troubleshoot.

    I´m was modifying the width of the template ja_corona up to 1024 px, though the problem I have now is that the top menu I wanted to be more wide (approximately up to the limit is marked with the letter a) In addition to the logo was a bit wide ( until the limit is marked with the letter b)

    I can not find how to do it as anyone could help me? thanks in advance!

    scotty Friend
    #291262

    Open template.css (line 1149) and find…

    .narrow #ja-mainnav {
    width:524px;
    }

    change the 524px to whatever you wish.

    Find on line 1118…

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll 0 0;
    bottom:10px;
    display:block;
    height:70px;
    left:20px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    position:absolute;
    width:285px;
    }


    and change to…

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll center 0;
    bottom:10px;
    display:block;
    height:70px;
    left:20px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    position:absolute;
    width:285px;
    }

    This will moce your logo over to the right a bit but you could make your logo image wider either.

    fmntprsv Friend
    #291391

    Thanks, Thanks, and thanks! the support of this site is amazing!

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

This topic contains 3 replies, has 2 voices, and was last updated by  fmntprsv 15 years, 7 months ago.

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