An introduction to support on the Marketplaces
- Envato staff look over every item before it can be sold on the Marketplaces.
- Technical items contain help files to introduce you to the item and its components.
- Authors can choose to support their items but this is optional and may vary.
Frequently Asked Questions
How many columns can I have?
You can actually have as many as 16 columns (the 960 grid system) in both fluid and fixed mode.
How do I add a new block? Where to I add it exactly?
<div class="block">
<div class="top">
<h2>Your block name</h2>
</div>
<div class="content">
<p>Something you want</p>
</div>
</div>Instead of the h2 you can have an h1 (it’s just as good). This code you insert it in the div with the class page.
Easy? 
What is the difference between small blocks and normal blocks?
Well, speaking about the html, The small block has an extra class called “small” and in its top div it does not allow an unordered list with links in it.
The biggest difference is actually in the design. The small block is designed to be secondary, it is designed to be the “side-kick” of the “normal block”.
Can I use form elements outside the <fieldset />?
Yes, but for a better categorization of the forms and for a better look we recommend using the fieldset 
How do I change the theme?
To change the theme you have to include the theme’s CSS file and add the theme’s name to the div with the class “page”.
Example:
<div class="page soft-blue">
<!-- Content goes here -->
</div>
You have the following options for the files as well as classes:- crimson-orange
- soft-blue
- soft-red
- blue-gray
What if I want a sidebar?
Well, it depends on how big you want the sidebar to be.
If you want the column to be about 1/4 of the size of the content then you create a div with the class name “grid-4” (which will be your sidebar) and a div with the class name “grid-12” (which will be your content).
<div class="page grid">
<div class="column grid-4">
<!-- Sidebar Blocks will go here -->
</div>
<div class="column grid-12">
<!-- Content Blocks will go here -->
</div>
<div class="clear"> </div>
</div>
I also included the clear div because the column class has float: left.How do I activate the Ipad Version?
It is automatically activated. It automatically creates the html needed based on what you entered so you don’t need to worry 
How do I activate the Iphone Version?
It is automatically activated. It automatically creates the html needed based on what you entered so you don’t need to worry. 
When to contact Envato Support
Authors are experts on their own items, but if you're having trouble using the Marketplaces you should come straight to Envato Support.

