Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jackarta Friend
    #184830

    hello everyone i have a problem as you can see in the photo i attached.if anyone know what i have to do it will be helpful!


    1. jpg
    Ninja Lead Moderator
    #483175

    This way will help you solve the problem

    Open templates/ja_mitius/tpls/blocks/header.php file

    <!-- LOGO -->
    <div class="span8">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    <div class="span4">
    // Add new image here
    </div>

    sling19 Friend
    #498525

    hello,

    anyone know how to put an image (highlighted) as background at header? Thanks!


    1. 2013-07-10_170803
    Ninja Lead Moderator
    #498709

    I saw you customized it on custom.css file

    Open /templates/ja_mitius/css/custom.css file


    .ja-header .container {
    /*background: url(../images/header-bg.gif) repeat left top;*/
    background: url(../images/bg-header1.png) ;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: visible;
    height: 130px;
    max-width:100%;
    }
    With image path: templates/ja_mitius/images/bg-header1.png

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 10 months ago.

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