test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • havas Friend
    #136965

    Hi;

    I want to insert a banner into the place shown in attached figure. How can i do it?
    Another question is that top menu items’ font size is larger than normal. How can I decrease font size at top menu?


    1. addbanner
    scotty Friend
    #286057

    What are the dimensions of the banner you want to use there?

    Adjusting the font size of the menu depends on which menu system you are using in your template configuration?

    Sherlock Friend
    #286058

    Dear havas !

    About the first probllem , you can do it following some steps below :

    1. Open index.php file in templates/ja_teline_ii folder, find following code section at about line 108 :


    <div id="ja-headtools" class="ja-headtool">

    change to :


    <div id="ja-headtools" class="ja-headtool">
    <div id="headerbanner">
    <jdoc:include type="modules" name="user10" />
    </div>

    2. Open template.css file in templates/ja_teline_ii/css folder, add following code section to that file :


    #headerbanner {
    top: 25px;
    right: 470px;
    position: absolute;
    }

    3. Go to admin >> create a banner module and assign it to “user10” position.
    About the second problem :

    You can change font size top navigation following way below :
    Open ja.moomenu.css file in templates/ja_teline_ii/ja_menus/ja_moomenu folder , find following code section at about line 73 :


    #ja-cssmenu li a {
    border-color:#FFFFFF #FFFFFF -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px medium;
    color:#333333;
    display:block;
    font-size:92%; // edit this property
    padding:4px 8px 3px;
    text-decoration:none;
    text-transform:uppercase;
    }

    scotty Friend
    #286060

    lol… two days with no reply and then two at exactly the same time.

    PS: 20px? thats a pretty small banner Hainn 😛

    Sherlock Friend
    #286061

    Oh , sorry ! i test it and forgot remove when post to forum :D, i have removed height and width , so it will get auto size following size of banner.

    havas Friend
    #289384

    hainn84;

    Thanks…:)

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

This topic contains 6 replies, has 3 voices, and was last updated by  havas 15 years, 10 months ago.

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