14 Drag & Drop Bootstrap Theme Builders

I have hand picked these tools. Each tool is usable as a drag and drop bootstrap builder. Some are of freemium model which means they...

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 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...

Fix – WordPress Comment Reply Going Under Last Comment

This typically happens when the comment reply form does not show up. So clicking on the reply link/button that appears below each comment takes you...

Insert Custom Message Between Logo and Search Box – Storefront Theme Woocommerce

Recently i had to customize the header section of the Storefront theme for a client. The client wanted to show some message in between the...

How to Show Different Product Image in Woocommerce Shop/Category and Single Product Pages

By default woocommerce shows the same product image on both shop/category pages and single product page. In many cases this is not ideal, as the...

How to Make Pagination Work with WP_Query Custom Loop in WordPress

Wordpress default pagination does not work with custom loops created with WP_Query out of the box. So if you have a custom query like this...