Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • tfoster Friend
    #149551

    Hi, I used up all the space allowed for the logo and increased the h1 logo height . How do I move the main container down so I can make even more room for my logo? THANKS?

    Arvind Chauhan Moderator
    #336369

    Dear tfoster,

    Please update your website url, I see a Typepad cms in action on your url. Not the Joomla! with JA Helio.

    Arvind

    tfoster Friend
    #336631

    hmmm, I did already update with the advanced modify feature. But here it is: :http://www.bouldereast.org/joomla/
    Thanks!

    Arvind Chauhan Moderator
    #336644

    Open your /templates/ja_helio/css/template.css file and around line 848, you will see this code :
    <blockquote>
    #ja-header {
    height: 80px;
    line-height: normal;
    position: relative;</blockquote>

    Change the height : 80px; to your requirement. This will expand the header area.

    To set your logo image in position, in the same template.css around line 869 :
    <blockquote>
    h1.logo a {
    width: 235px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: absolute;
    height: 50px;
    bottom: 10px;
    left: 0;
    }</blockquote>

    Change to :

    <blockquote>h1.logo a {
    width: 235px;
    display: block;
    background: url(../images/logo.gif) no-repeat;
    position: relative;
    height: 109px;
    bottom: 10px;
    left: 0;
    }</blockquote>

    change the width if your logo does not fit width wise.

    if you still cant figure it out, forward me your login details and i shall fix it up for you.

    Regards

    Arvind

    tfoster Friend
    #336662

    THANKS ARVIND!!! Fixed!!

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

This topic contains 5 replies, has 2 voices, and was last updated by  tfoster 14 years, 8 months ago.

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