Results 1 to 5 of 5

Thread: Changing logo with

  1. #1
    Join Date
    Feb 2008
    Posts
    14

    Default Changing logo with

    Hi, i want my logo to stretch across the whole page, so its something like 760x 200px. how can i do this?

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    In templates/css/style.css

    You need to modify following part.

    Code:
    #header h1 {
        margin: 0px;
        padding: 0px;
        background: transparent url(../images/logo.jpg) no-repeat;
        text-indent: -9999px;
        float: left;
        display: inline;
    }
    #header h1 a {
        display: block;
        width: 214px;
        height: 65px;
        border: none;
    }
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Feb 2008
    Posts
    14

    Default Cheers

    Thanks but now the search buttons sit underneath it, i want it to be infront of the logo. basically so the logo sits nicely in the top of the page with the search stuff sitting ontop of it?

  4. #4

    Default

    You can use one of the following way to fix image issue.

    (1) Reduce the logo width

    (2)Use image as header background in style.css

    #header{
    background: transparent url(../images/imagename.jpg);
    }

  5. #5
    Join Date
    Feb 2008
    Posts
    14

    Default

    Thanks so much guys for both bits of advice.
    Works like a treat.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •