design

  1. ENXF NET

    XF 2 Tip Block Message Elements Example Page 1.0

    The block message type is very common element used throughout Xenforo. If you're designing addons, custom page nodes, or even just customizing your style, you may want to utilize these classes in your work. The idea here is to create a handy cheat sheet which lists the various Block Message...
  2. ENXF NET

    Xenforo 2.0 [XFTR] Horizontal Postbit Design

    All you have to do for this is to save the following codes in the extra.less template .message-avatar { float: left } @media (min-width: 650px) { .message-userDetails { display:inline-block; padding: 10px; min-width: auto; min-height: 96px } } @media...
  3. ENXF NET

    Xenforo 2.0 Rank Design

    Paste and save to your theme's extra.less template and exit. .enxfBanner { display: inline-block; text-align: center; font-size: .7em; font-weight: 500; color: #fff; text-transform: uppercase; padding: .5em 0em; width: 100%; border: none...
  4. ENXF NET

    Xenforo 2.0 Side by Side Widget Design

    3 Widget side-by-side where you want to show the responsive way is enough to use the following codes. HOW TO: 1- Defining an "HTML Widget"/admin.php?widgets/ , We choose "Forum List: Above Nodes" as the position to obtain the image above, and add the following code to the Template section. <div...
Top