So you’ve got a decent handle on how WordPress works, you may have even edited a few themes directly, but now those themes have updates, what do you do (better yet what should you have done)? You need to explore Child Themes. How do you actually create a child theme in WordPress you may ask? We will quickly explore what you need (more…)
When we create a new site’s CSS, we start with a CSS Reset to level the playing field between browsers. The problem, not all browsers treat the margin, padding, line height, font size, styling, text decoration, etc. the same, a CSS Reset helps us to “reset” these within each browser. The CSS Reset technique is nothing new so we’ll let you read up on it’s history.
Here is the reset that we use as our basic CSS building blocks: (more…)