• Hi there,
    I have managed to replace my site title with my logo however I cant seem to get the size I want.
    Here is the css code I have used.. I have tried changing the height px in both instances with no effect. Id like my logo to take up as much of the header space as possible!

    .site-title {
    background: url(https://adventurealternativeindonesia.com/wp-content/uploads/2018/04/aai1.jpg) no-repeat scroll left top / contain;
    height: 100px;
    }
    #masthead {
    height: 100px;
    }
    .site-title a, .site-title a:hover {
    color: transparent;
    }

    TIA for any advice or updated code. ??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello krystle2223,

    Try below css code.

    .site-title {
      height: 38px;
      margin-top: 10px;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Enlarging my site logo and removing padding’ is closed to new replies.