icons not showing up

config.php ( If you want to use yoursite with “www” ) define(‘HTTP_SERVER’, ‘http://www.yoursite.co.uk/‘); define(‘HTTPS_SERVER’, ‘http://www.yoursite.co.uk/‘); .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.yoursite\.co\.uk RewriteRule (.*) http://www.yoursite.com.uk/$1 [R=301,L] If you want to use yoursite without “www” config.php define(‘HTTP_SERVER’, ‘http://yoursite.co.uk/‘); define(‘HTTPS_SERVER’, ‘http://yoursite.co.uk/‘); .htaccess RewriteEngine Read More

Bootstrap Grid Examples

The Bootstrap grid system has four classes: xs (phones), sm (tablets), md (desktops), and lg (larger desktops). The classes can be combined to create more dynamic and flexible layouts. see the sample at : https://www.w3schools.com/bootstrap/bootstrap_grid_examples.asp