Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sebbs Friend
    #200852

    site: http://ocs.dev.dnsnetworks.ca/

    hello my logo (200px by 125px) isn’t fitting right within my site – can someone tell me what I need to do to make it look right?

    I believe I’ve set this up correctly:

    /* Logo Image —*/
    h1.logo {
    height: 125px;
    width: 200px;
    }

    h1.logo a {
    background: url(../images/logo.png) 0 0 no-repeat;
    display: block;
    height: 125px;
    overflow: hidden;
    width: 200;
    }

    chavan Friend
    #547460

    you missed px near 200 to add in the code

    Try this

    h1.logo a {
    background: url(../images/logo.png) 0 0 no-repeat;
    display: block;
    height: 125px;
    overflow: hidden;
    width: 200px;
    }

    sebbs Friend
    #547578

    That worked great to fit the image in perfectly – thank you!
    Is it possible to get a little space underneath of the logo (between the logo and the menu)?

    http://ocs.dev.dnsnetworks.ca/

    Thanks!

    TomC Moderator
    #547586

    <em>@sebbs 443329 wrote:</em><blockquote>That worked great to fit the image in perfectly – thank you!
    Is it possible to get a little space underneath of the logo (between the logo and the menu)?

    http://ocs.dev.dnsnetworks.ca/

    Thanks!</blockquote>

    Within file path –> /templates/ja_minisite/css/template.css
    at line 878, modify as follows:


    h1.logo {
    height: 125px;
    width: 200px;
    bottom: 10px;
    }

    Better? 🙂

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

This topic contains 4 replies, has 3 voices, and was last updated by  TomC 9 years, 8 months ago.

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