Skip to content

bbird.me

WordPress quick tips

  • This website
  • Resources
    • Themes
  • Contact & About
  • HIRE CODEABLE EXPERT!

Tag: CSS

7. January 2017. Bruno Kos

How to center HTML element with absolute positioning

Believe it or not, something like this will do:

CSS
1
2
3
4
5
6
7
.element
{
left:0;
right:0;
position: absolute;
width: 100%; //would be nice, also
}

You can also center the content using text-align. Now as

Continue reading
13. September 2016. Bruno Kos

Purging a stubborn WP Engine CSS cache

Here is the scenario – you created that awesome CSS and are dying to get it online. The client also.

Continue reading
14. March 2016. Bruno Kos

Sass Quickstart

First things first – I use SCSS Syntax. Also, you need a compiler – I use NetBeans (Koala is also

Continue reading
1. March 2016. Bruno Kos

How to add custom CSS class depending on the template

I know that you can achieve the same by using global variables, but this is also one of the ways

Continue reading
25. February 2016. Bruno Kos

How to highlight parent menu item when hovering over submenu item

If CSS on your website works in a way where when hovering over any of the subitems, the main item

Continue reading
6. April 2015. Bruno Kos

Glowing HTML button with jQuery

There are certainly better ways to create a glowing button, but here is one simple way I used on one

Continue reading

Categories

  • ACF
  • Boilerplates
  • Bootstrap
  • CSS
  • Foundation
  • Freelancing
  • Genesis
  • GitHub
  • Gravity Forms
  • JavaScript
  • jQuery
  • Laravel
  • Modernizr
  • PHP
  • SASS
  • Shortcodes
  • WMPL
  • WooCommerce
  • WordPress

Tags

ACF Action hooks Advanced Custom Fields boostrap chartjs clipboard.js comments template CSS Custom post type custom walker class excerpt filter hooks foundation genesis GitHub Gravatar Gravity forms javascript jquery Laravel Listify Modernizr NetBeans php plugins Polylang Revolution slider sass Shortcodes visual composer walker class WMPL woocommerce wordpress WordPress comments wordpress menus wpengine WPML

My WP Core Contributions

  • #34360

My Stack Exchange

  • WordPress development
  • Stack Overflow

My writings published elsewhere…

  • fullPage.js And Advanced Custom Fields Integration (also featured in wpMail.me issue#282)
  • How to create a front page in Genesis with parallax effect
Powered by WordPress and Wellington.