Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • omniapublishing Friend
    #155082

    hello
    i would like to put a banner 468×60 on the top of the template, near the logo, but if I set new position, the banner goes down the banner

    can you help me?

    joomlageeks Friend
    #358238

    Can you post your website link here please

    omniapublishing Friend
    #358398
    Sherlock Friend
    #358433

    <em>@omniapublishing 197539 wrote:</em><blockquote>hello
    i would like to put a banner 468×60 on the top of the template, near the logo, but if I set new position, the banner goes down the banner

    can you help me?</blockquote>

    Dear omniapublishing,

    I just took a look and it is hard to see the banner you put there !

    omniapublishing Friend
    #358645

    I’m sorry, I have a mistake
    I would like to have banner on the top like this image:

    now

    after


    1. hi-Tech_01
    2. hi-Tech_02
    Saguaros Moderator
    #358907

    now, you open the file: templatesja_coronaindex.php and find the following code;
    [PHP]
    <!– BEGIN: HEADER –>
    [/PHP]

    replace:
    [PHP]
    <?php if( $this->countModules(‘banner-top’) ) :?>
    <div class=”logo-top”>
    <jdoc:include type=”modules” name=”banner-top” />
    </div>
    <?php endif; ?>
    <!– BEGIN: HEADER –>
    [/PHP]

    and add the following code into the template.css file:

    .banner-top{
    height:60px; width:468px; background:red; position:absolute; top:0; right:30%;
    }

    when done, your template has the banner-top position, you will put your modules on there

    Goodluck

    omniapublishing Friend
    #358993

    the banner goes there 🙁


    1. hi-tech_error
    omniapublishing Friend
    #358994

    I have change the position
    but I have too much hight in the upper of the banner


    1. hi-tech_error2
    Saguaros Moderator
    #359073

    you open the file: templates/ja_corona/css/template.css and find the following code:

    #ja-wrapper {
    margin: 0 auto;
    padding: 60px 0;
    width: 950px;
    }

    you change the value of padding attribute to resolve this issue

    omniapublishing Friend
    #359431

    Thank you very much, it’s perfect!!!!!!!!

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

This topic contains 10 replies, has 4 voices, and was last updated by  omniapublishing 13 years, 9 months ago.

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