• Hello gang.

    Well, I finally made the effort to learn how to create a child-theme, and that worked, but when I “updated” customizr lots on my site changed.

    http://www.deniseflahertyfoundation.org/

    For one, I lost my news ticker.

    Of immediate importance though is that my logo and menu are not centered aligned / justified. The logo is too high on the page and there is too much white space.

    How do I fix that? And now that I have a child-theme WHERE do I put the code?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your child theme will have a minimum of 1 file – style.css, and that’s where you put css code.

    Some snippets have php solutions. They’ll be added to a 2nd file – functions.php

    That’s the basics, unless you start hacking core Customizr files which will require more folders/files.

    I suspect you’ve used this Snippet. There was a code change in 3.0.14 and there’s been an update to that snippet which needs adding to your functions.php.

    Thread Starter JohnFlaherty

    (@johnflaherty)

    Thanks Rdell.

    I do see that style.css and it is indeed the only page listed.

    So that is where I put the code, but what code should be using to align the logo?

    After that I’d like to try and get the newstickerr back.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Created child them – page messed up now’ is closed to new replies.