Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cmedic Friend
    #186843

    Hi,

    Im looking to increase the height of the Ja-header container to 225px. could you point me in the right direction to do this. Also I would like to make the Navbar transparent.

    joomla 3.03
    mitius template. main-left-right

    Best regards,

    Glenn

    Ninja Lead Moderator
    #490278

    You can increase the height of ja-header

    Open templates/ja_mitius/css/template.css file

    from


    .ja-header .container {
    background: url(../images/header-bg.gif) repeat left top;
    padding-top: 20px;
    padding-bottom: 5px;
    overflow: visible;
    }

    change to


    .ja-header .container {
    background: url(../images/header-bg.gif) repeat left top;
    padding-top: 20px;
    padding-bottom: 5px;
    overflow: visible;
    height: 225px;
    }

    or if you are appearing with theme style you can use other way

    Open templates/ja_mitius/css/custom.css file

    Add new script

    .ja-header .container {
    height: 225px;
    }

    cmedic Friend
    #490316

    Thank you! That did the trick.

    Best Regards,

    Glenn

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

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

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