custom logo in navigation

  • Unknown's avatar

    Can i get a custom logo in my navigation bar. on the left site next to my tekst.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, I grabbed a logo image URL from your media library for the following. Add it to your custom CSS and see what you think.

    #site-navigation {
      background: url('https://spacecakenl.files.wordpress.com/2018/03/cropped-beeldmerk_site_spacecake_transparant21.png') no-repeat scroll left center / 30%;
      padding-left: 170px.
    }
    @media screen and (max-width: 959px) {
      #site-navigation {
        background-position-x: 30px;
      }
    }
    @media screen and (max-width: 600px) {
      #site-navigation {
        background-position: center 20px;
      }
      #site-navigation .menu-toggle {
        margin-top: 70px;
        margin-right: 20px
      }
    }
  • The topic ‘custom logo in navigation’ is closed to new replies.