Tuesday, September 02, 2014

Template Adjustments

One thing I've been doing with my free time at work recently has been learning a little more coding - there are several courses on CodeAcademy and while I've dabbled a little with Ruby and SQL, last week I was doing a combined course on HTML and CSS, the first of which I mostly understood but was useful to really get clear, and the latter of the two has always proved a mystery to me.

The result was that yesterday, when I looked at my blog and knew that there were a couple of features I'd never really liked but never quite worked out how to change, I realised I now probably was able to adjust it. This was somewhat true - I knew roughly what I was doing, but the difficulty of navigating a very concise template which wasn't filled with handy comments or pointers as to exactly what did what was slightly trickier to handle.

The eventual solution was a combination of handling the template code in one window while using firebug as my investigative aide to help pin down exactly which classes were causing the problems. The actual solution involved commenting out a couple of lines and changing some of the padding - but the net result should be a marginally cleaner layout, which has been long overdue.

No comments: