Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • morris0614 Friend
    #131271

    hi…please anyone help me

    i am using JA mageia in joomla 1.5 now

    and i really want to change the default logo

    i know i have to change the CSS in template management ,

    but i don’t know how and where can i also move all flash buttons at the same height as my new

    logo height ???

    and where can i find all different pictures in the default flash banner

    i couldn’t find out the folders in my server

    can anyone help me with these 2 questions

    thank you

    Sherlock Friend
    #261947

    Hi
    1.Logo:template_css.css (line 839)

    h1.logo a {
    background:transparent url(../images/logo.gif) no-repeat scroll 0% 0%;
    display:block;
    float:left;
    height:48px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
    text-indent:-4000px;
    text-transform:uppercase;
    width:217px;
    }

    you can replace logo.gif in templates/ja_mageia/images folder

    Sherlock Friend
    #261948

    Folder image flash:
    templates/ja_mageia/images/header/default/
    <blockquote>where can i also move all flash buttons at the same height as my new

    logo height</blockquote>
    Plz say more detail, very usefull if you make some screenshots

    morris0614 Friend
    #262408

    here is an example

    i really want to put a bigger logo in this template

    this is my present wesite

    and i want to make it look like this way

    so i guess there are 2 steps i need to fix

    one is the logo size problem which i’ve found out a related post in the forum

    the other is what i said…how can i move all buttons down the same height

    can somebody show me where the code is and how to config that ?

    it would be a lot of help

    morris

    Sherlock Friend
    #262817

    Hi
    Change logo:
    1.template_css.css (line 825)

    h1.logo {
    display:block;
    float:left;
    font-size:300%;
    height:48px;-->change height as your image, example 248px
    margin:0pt;
    padding:0pt;
    width:218px;
    }

    Then replace logo.gif in templates/ja_mageia/images folder

    Sherlock Friend
    #262819

    2. <blockquote>.how can i move all buttons down the same height</blockquote>
    template_css.css (line 911)

    #ja-mainnav {

    float:right;
    padding-top:200px;-> add this line because 248px is new height,48px is old heigth, 248-48=200px )
    width:77%;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  Sherlock 16 years, 1 month ago.

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