I was going to title this “Bug-ger” but recently I realised that it doesn’t mean the same thing to everyone so thought otherwise.
Anyway…
Two problems occured with my portfolio website. This was a while back and I was modifying my template. Everything was sorted but the next time I go onto WordPress to activate the template I notice a bar of unwanted padding on the top. Not only that put modifying the settings to my gallery seemed to have messed up the quality of my images (they were reduced from the original size).
For weeks, on and off, I had been trying to fix/counter attack the padding issue, thinking it was something to do with my CSS. Nothing. Today I looked at the source code from a visitor’s point of view…low and behold:
html { margin-top: 28px !important; }
* html body { margin-top: 28px !important; }
I didn’t have the foggiest at to where this coding came from but it certainly wasn’t from me. I checked my plugins individually to see if that was the problem but it wasn’t. Then I “Google-d” the code and finally find that it’s a bug in WordPress. At first I tried modifying the CSS with the suggested code:
#wp-admin-bar-comments {display:none;}
#wp-admin-bar-appearance {display:none;}
…nothing came of it. It then came to my attention that it’s a bug in WordPress. The visitors of my website don’t see any top padding, just me through the admin panel. Now, I feel stupid – trying to fix a padding problem, which isn’t even there. XD Oh well, I’m in the process of getting a more simplistic template up.
My next ponder is what gallery to use. Any suggestions?

Welcome to my - Annie's - personal blog. Here is where you can read my ramblings and feeble attempts at humour.








