Skip to content

Instantly share code, notes, and snippets.

@nirbhay18
Last active April 26, 2019 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirbhay18/1f1bb3b3556facd212fa831b8c7cb409 to your computer and use it in GitHub Desktop.
Save nirbhay18/1f1bb3b3556facd212fa831b8c7cb409 to your computer and use it in GitHub Desktop.
Add Logo to Off-Canvas Advanced Menu CSS
/*CSS for Off-Canvas Menu Type*/
.pp-menu-logo-extra-offcanvas{
position: relative;
top:6%;
margin-left:auto;
margin-right:auto;
z-index:1;
}
/*CSS for the Logo Image*/
.pp-menu-logo{
width:100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment