Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ooweboo Friend
    #136047

    I am using the template ja_sanidineii_light. I have problems resizing the logo area. I went to the template.css file and resized the width to 336px and the height to 115px, but the logo section does not resize.
    h1.logo {
    width: 336px;
    height: 115px;
    position: absolute;
    top: 10px;
    }

    The header section in the css does not contain a width and height, must I add it?
    Please help me! the url to the site is http://attihost.com/compuden

    If you could please explain to me what to do. Thank you in advance

    Anonymous Moderator
    #281721

    Dear ooweboo,

    You must change:

    h1.logo {
    width: 336px;
    height: 115px;
    position: absolute;
    top: 10px;
    }

    and

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll center center;
    display:block;
    height:115px;
    width:336px;
    }

    Anonymous Moderator
    #281723

    In template.css file, at about line 948, find following script:

    #ja-mainnav {
    background:transparent url(../images/mainnav-bg.gif) repeat-x scroll center bottom;
    bottom:0;
    height:40px;
    left:0;
    position:absolute !important;
    width:100%;
    z-index:999;
    }

    and change to:

    #ja-mainnav {
    background:transparent url(../images/mainnav-bg.gif) repeat-x scroll center bottom;
    bottom:0;
    height:40px;
    left:0;
    position:absolute !important;
    width:100%;
    z-index:999;
    top:115px;
    }

    ooweboo Friend
    #282003

    Thank you very much, I will try it and let you know. Joomlart’s service is absolutely amazing. Thank you very much!

    sunrise Friend
    #282014

    Thanks in advance. I am working on a site using the same Sanidine II light and needed this info. Great news.

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

This topic contains 5 replies, has 3 voices, and was last updated by  sunrise 15 years, 9 months ago.

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