Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I want to create a custom row widget with some additional classes and a section instead of the default ‘row’. There are no settings on the widget itself.
How can I create that? I can’t find the code for the default row widget (or it isn’t a widget) so I don’t have an example.
This is the template I want:
<section id="content" class="home home_tree subhome"> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <div class="wrap"> <!-- Here comes the content --> </div> </div> </div> </div> </section>
Hi Nvomedia,
You can do this by creating a new widget and adding a simple template. I would however recommend looking into adding fields to give more control over the template.