WordPress problematic caching
WordPress problematic caching
WordPress problematic caching
I usually won’t do ‘live-review’ but in this case I couldn’t resist to take a quick look at the problem ‘on location’. And there are actually a couple of reasons for the white space – at least I found these two so far: Your header has a margin-bottom of 0.631em in line 585 of your stylesheet. … Read more
Have you uninstalled any WP mobile plugins like WPtouch? Also, your header image isn’t fully responsive.
Custom styles dropdown in TinyMCE editor – not working with headings
Remove margin from CSS gradient color code
It’s pretty difficult to know what your CSS properties are doing without seeing the related HTML. I would use the max-width property instead of width img{ max-width: 100%; }. UPDATE: I just noticed you provided a link. The height property is a problem: .custom-hb-box img { display: block; height: 100%; opacity: 1; transition: opacity 0.2s … Read more
Two column Dropdown for WordPress Toolbar
wp_add_inline_style breaking style and not working
How to enable table overflow scroll? (especially order list table)
Generally very little. There are plenty of automated systems for minifying both JS and CSS, and in all likelihood your developer will use one.