Why Add Bootstrap Navwalker? The main reason for adding this addition to your WordPress Theme is best said by its author [Git Link] “A custom WordPress Nav Walker Class to fully implement the Bootstrap 4 navigation style in a custom theme using the WordPress built in menu manager.” By implementing this code, you will be […]
Tag: Custom Theme
Adding Bootstrap to an UnderScores Theme
In this article, we will be discussing how to add Bootstrap by Twitter to an Underscores.me WordPress Theme! There is much to be desired from this simple combination, and for most it is a great place to start for creating you own custom WordPress Theme. This article will expect that you understand the folder and […]
CSS Media Queries Min vs Max
Max-Width: If device width is less than or equal to 800px, then do {…}** Use sparingly ** Min-Width : If device width is greater than or equal to 800px, then do {…} ** Use as much as possible as Max will load more styles ** Credit :