Skip to content

Instantly share code, notes, and snippets.

@fervous
Last active January 17, 2017 03:41
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 fervous/e8f059c8e2b67bd7147423076f3aa26e to your computer and use it in GitHub Desktop.
Save fervous/e8f059c8e2b67bd7147423076f3aa26e to your computer and use it in GitHub Desktop.
SELLER INFO META BOX vendor / seller / store information in product page meta. this is the css. WC Vendors Pro
div#seller-info-meta{
display:inline-block;
max-width:100%;
height:auto;
border:1px solid #eaeaea;
padding:2px 8px;
background-color:#fafafa;
border-radius:2px;
margin-top:5px;
margin-bottom:5px;
}
div#seller-info-meta img{
border:none;
height:auto;
width:35px;
border-radius:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment