Bootstrap FreeKB - CKEditor - Style the blockquote tags CSS
CKEditor - Style the blockquote tags CSS

Updated:   |  CKEditor articles

The following CSS can be used to style the CKEditor blockquotes HTML. 

blockquote {
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 11px solid #ccc;
  border-right: 5px solid #ccc;
  margin: 1.7em 0 1.7em 0.3em;
  overflow: auto;
  width: 93%;
  background-color: #F5F5F5;
  }

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter f04ecf in the box below so that we can be sure you are a human.