Change Search Form HTML – WordPress

Search form is often an overlooked feature when developing new themes. But for content rich wordpress sites it is a must. In this tutorial...

How to Vertically Center Align an Element in Bootstrap 4

Scenario is like this - there is a div and an element inside that div, let us say a span or a link element. This...

Shrink Sticky Navbar on Scroll Down – Bootstrap 4

Bootstrap navigation bar height is dependent on the height and padding of the following elements Brand name/logoLine height on any element inside the navbarPadding on the...

How to Make Full Screen Image Background Slider Using Bootstrap 4 Carousel

Bootstrap 4 carousel works with image tags inside divisions by default. In a recent project for a client i had to use the background images...

How to Decrease the Height of Navbar on Bootstrap 4

Navbar height in Bootstrap 4 comes from padding on its link elements and also from padding on the main navbar. To reduce height you need...

How to Add Bootstrap 4 to an Angular 6 App

Depending on your preference there are several methods to add bootstrap styling to Angular 6 app. Method 1: This is the simplest way using CDN links for...