Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Build a Website with WordPress WordPress Widgets and Custom Menus How to Create Widgetized Areas in WordPress

Peter Gess
Peter Gess
16,553 Points

Creating customized widget areas in Child Theme

When you are creating customized widget areas in a child theme, is it a best practice to copy and paste the files from the parent theme and making small edits or can you start with nothing, add the code blocks that are different from the parent them and rely on the program reading the parent theme to fill in the gaps?

So no matter what I do I cannot do anything with the text in the custom widget. It actually does absolutely nothing with the #uptop CSS statement. I can remove it and the text will always stay aligned to the left. Why is this happening and how do I go about fixing this issue.

Apparently the style.css isn't even being seen at all in the child theme. Wordpress is acting as though it is non existent