Multi-column post with "Quick Facts"?

XenForo Multi-column post with "Quick Facts"?

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Multi-column post with "Quick Facts"? - Quick Facts

267510-680aecad15f4b200c01545c6b330b871.png


bbcode tag = frbox
html replacement =
Code:
<div class="frbox">{text}</div>
css in extra/less: (change to suit)
CSS:
.frbox
{width:240px;
/* or you might want max-width*/
float:right;
margin-left:20px;
padding:10px;
background:#f1f1f1;
border-radius:15px}

@media (max-width: @xf-responsiveMedium)
{.frbox
{width:100%;
float:none;
margin-left:0px}
}
...

Read more about this resource...
 
  • Tags
    multi-column post with "quick facts"?
  • Back
    Top Bottom