• paco8723

    (@paco8723)


    Hi all,

    I need to make my contact info to the right but can’t find the command in the css, Also i could do with reducing the height of my header could someone please tell me where I can find the info to fix the above ?

    My site
    Any help much appreciated.

    Thanks Paco

Viewing 4 replies - 1 through 4 (of 4 total)
  • mrtom414

    (@mrtom414)

    you can try the following css rule

    .GeneratedText{
                    text-align:right;
                    font-size:1em;
    }

    Thread Starter paco8723

    (@paco8723)

    Great it worked, i’m still learning but getting there slowly ?? would you know how to make the header area smaller, reduce the height ?

    Many Thanks Paco

    mrtom414

    (@mrtom414)

    You can try this rule. If you get the header much small then 260 px your menu will no longer appear in the white header area.

    .grid_24.header{
                     height:260px;
    }
    Thread Starter paco8723

    (@paco8723)

    Hi i’ve been changing this code but nothing ? <!–Start Container Div–>
    <div class=”container_24 container”>
    <!–Start Header Grid–>
    <div class=”grid_24 header”.{
    height:260px;
    }

    Have i deleted some code in error ? I just want a little smaller if possible, i think i’m doing something wrong.

    Many Thanks Paco

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header smaller and text mover ?’ is closed to new replies.