Thread Starter
CliveH
(@cliveh)
I found my problem. I had a misplaced end bracket } in 12.1. The mistake even shows in the snippet I pasted above 🙁
Problem resolved.
when I try to move the
<header id=”masthead” class=”site-header” role=”banner”>
piece it messes up the whole page. Everything ends up floating to the extreme left side.
What should the end point be for this snippet?
Thanks
Thread Starter
CliveH
(@cliveh)
Yup, thanks, that’s how I figured it out, by using Firebug!!
Thread Starter
CliveH
(@cliveh)
I was in the child theme editor and was only seeing the CSS for the child theme. Have to switch themes to see all the original CSS in the parent theme. Duh.