CSS Tweaks, WordPress Tweaks
Now that flexbox support is increasing, this CSS applied to the containing element would vertically center the contained item: .container { display: flex; align-items: center; } Use the prefixed version if you also need to target Explorer 10, and old (< 4.4)...
CSS Tweaks, Hacking WordPress, WordPress Tweaks
When having text that can’t be changed with the jQuery (in that particular place there is to much javaScriptc that new jQuery don’t affect that particular text) then we need to use CSS: First make text indent (move text for the x pixels to the left) so the...
CSS Tweaks, Hacking WordPress, Optimize WordPress, WordPress Tweaks
Source: Step by Step – How to Combine CSS Stylesheets Into 1 File in WordPress • SpeedRak.com : SpeedRak.com
CSS Tweaks, Optimize WordPress, WordPress Tweaks
If you don’t want to get fonts from the other sites you can host them locally on yours WordPress installation. In order to achieve that you need to follow just this simple steps described below. Find font that you like the most. In most cases the fonts are in...