Notes On SCSS
Partials on SCSS Partials in scss files contains variables and start with an underscore. It will not generate a CSS file or CSS map file, like style.scss
Partials on SCSS Partials in scss files contains variables and start with an underscore. It will not generate a CSS file or CSS map file, like style.scss
#Add this code on Responsive Css
# The Problem Important Article to read: How to solve the diagonal submenu hover problem #How to fix: 1. Use position: relative on the parent/mainmenu item. 2. Use position: absolute on the
###WordPress Add a random version number at the end of the CSS file you are attaching. If you are using ‘wp_enqueue_style’ or ‘wp_register_style’ functions, you can pass a random (version) number rand(111,9999)
If your theme supports WordPress menus, then you already have a built-in class which will make it super easy to highlight the current page being viewed. By default, WordPress menus output this
A clearfix is a way for an element to automatically clear its child elements, so that you don’t need to add additional markup. It’s generally used in float layouts where elements are