Skip to content

bbird.me

WordPress quick tips

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

Category: 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
12. September 2015. Bruno Kos

Auto compile Sass on save in NetBeans

If you’re developing WordPress websites in NetBeans, there is a chance that you will edit CSS using the Sass approach. In

Continue reading
30. May 2015. Bruno Kos

Adding CSS3 transitions to WordPress drop-down menu based on Foundation

If you want to add CSS3 transitions to a WordPress drop-down menu on a website based on Foundation framework, you only need to

Continue reading
15. May 2015. Bruno Kos

Adding CSS transition on Bootstrap drop-down menu

If you implemented bootstrap into your WordPress template and want to add CSS transitions to drop-down menu, you can use

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.