I made a complete change on my theme. I spent all day yesterday realigning and labeling my code for easy navigation. On face value nothing changed at all, but on the code end, everything is all neat and tidy.
Some small changes: Simplified ”Share Something” form, Added Transparent Theme* under Free Themes section, and cleaned up some unnecessary <div> tags.
* I erased 2 CSS styles this weekend… the .ol and .ul so it flows better. If you have this line of code, I suggest you take it out or the ordered and unordered list will look funky.
ol, ul {
margin: 0 0 1.5em;
padding: 0 1.5em;
}
Goodnight.
 
↑ Top