Author: Renjith Rajan | Web Designer Kerala | The Creative Hero

Font Smoothing With Css

Use the following CSS html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; } for Font Smoothing. Add this property to the stylesheet.

Responsive google maps with css

This is the simple CSS code to create responsive google map. Add this css to your stylesheet .google-maps { position: relative; padding-bottom: 75%; // This...

Custom post type with pagination

Here is the code for display your custom posts with pagination, please install WP-PageNavi plugin for navigation. <?php $temp = $wp_query; $wp_query = null; $wp_query...