[cXF] Widgets in horizontal position

DIY [cXF] Widgets in horizontal position

Currently reading:
DIY [cXF] Widgets in horizontal position

BassMan

Staff member
Administrator
May 18, 2015
651
171
2,284
BassMan submitted a new 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:
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>
Edit widget keys to suit your needs.


2. Copy/paste...

Read more about this resource...
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Welcome to customizeXF

We are running default XenForo style customized by cXF
Registration is free!

Search forums

Back
Top