Phone: 07830 409156

Month: March 2017

  • Debugging CSS in Drupal 8 (Why aren’t my CSS files being loaded?)

    Recently I was trying to style the output from views (in this case, an example property rental search). However, it was confusing to me because although most CSS was working as expected, some was not propagating to the elements themselves. When I did a ‘view source’ of the page I saw four cryptic looking CSS files,…

  • Google Embedded Map Mouse Scroll Fix

    The Problem If you have an embedded Google map on your site, and somebody uses the mouse wheel to scroll the page; if the mouse pointer happens to enter the Google map, the map will grab the mouse events and start zooming the map. This is not an intuitive behaviour. The page instantly stops scrolling…