4 Reasons to Use Responsive Web Design

What is Responsive Web Design? Responsive web design is an approach to designing a web site so that it will accommodate devices of various screen sizes and orientations. It makes use of CSS (cascading style sheets) media queries to determine the type of device that the user is using. Media queries are placed in your …

Read more

Creating a WordPress Child Theme

A couple of good reasons to create a WordPress child theme for your WordPress site are if you update the theme, all customizations like CSS and custom functions will likely be lost because these files will be overwritten. The other reason is that development is usually faster because you don’t have to search through a …

Read more