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
When there isn’t that much of content in the maincontent and I have a few dropdown items in my main navigation. When I open them all, the dropdown lists overflows the footer. How could I fix that?
1. Open style.default.css file
2. On line 76 you should see .leftpanel {}
3. remove line of code below
position: absolute; top: 0; left: 0;4. and replace it with
float: left;I also added another solution to this on the v1.2 update is that you have to add another class name .floatleftpanel to to .leftpanel
<div class="leftpanel floatleftpanel"> ... </div>
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.

