I submitted my first theme yesterday. And today I opened my mail to see a message saying it needs improvement. This is the theme.
And this is the message I got:
Elements such as navigations and series of items should be placed in lists instead of a series of links or divs.
Now, I’ve already used lists for all major things in my theme, what else? Any advice…..
Columns, for example, your three features columns should be nested in list tags. Any series of 2 or more similar items should be coded like this. It’s one thing feedback from themeforest has taught me, and I must admit, it does improve coding, and code readability.
Thanks for your reply QwibbleDesigns
So you mean, I need to code the columns of ALL the sections featured, content, and footer? Thats a lot of work to do…better get started right now..
Yeah. All you really need to do is replace the column div’s with li’s, and the wrapping div with a ul. Then in your css reset any margins, list styles etc that appear.
