- May 18, 2015
- 49
- 1,637
BassMan submitted a new resource:
Widgets in horizontal position - ... 3 in a line or more
Read more about this resource...
Widgets in horizontal position - ... 3 in a line or more
1. Create an HTML widget, choose the position in my case Forum list: Above nodes and add this code to template field:
Edit widget keys to suit your needs.Code:<div class="grid-main"> <div class="grid"> <xf:widget key="online_list_online_statistics" /> </div> <div class="grid"> <xf:widget key="forum_overview_forum_statistics" /> </div> <div class="grid"> <xf:widget key="forum_overview_share_page" /> </div> </div>
2. Copy/paste...
Read more about this resource...