When your website means business.

Snippets: CSS

Fixing Fixed Header Problems»

html body { position:static !important; } /*fixes many(!) issues caused by fixed header*/ .anchor::before { display: block; content: " "; margin-top: -75px; height: 75px; visibility: hidden; pointer-events: none; } /*offsets…
CSS | Type: CSS

Gravity Forms Ready Classes»

Add classes to GF form fields; these are the most commonly used, but look at the others also.
CSS, Forms | Type: CSS

Horizontal Nav Pipe»

Add 'pipe' between horizontal nav items, except last item.
CSS | Type: PHP

Proportional scaling of a container»

There is more detail at the reference link for complex containers. .parent { height: 0; padding-bottom: 56.25%; /* 16:9 */ position: relative; } .child { position: absolute; top: 0; left:…
CSS | Type: CSS

Pseudo Classes»

Some very handy classes and selectors to know.
CSS | Type: CSS

Pure CSS triangle»

Creates a triangle shape with nothing but CSS. Note that the border placement and color dictates triangle color and direction of pointer (opposite the visible border).
CSS | Type: CSS

Responsive Data Tables»

Brilliant responsive trick for data tables, when you have no choice but to use them.
CSS, Responsive, Tables | Type: CSS

Menu
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Cookies Notice