Post 10 | Child theme & Implementing page style with CSS | Project 3
Child theme & Implementing page style with CSS In this blog, I detail how I made a child theme and used googles inspect element feature to edit and retrieve code to change my themes layout to better suit the website beyond the frameworks regular requirements. The above three images show me folder layout after setting it up to incorporate a child theme, picture 1 is of the contents inside style.css, settings my the folder wpChildTheme up like this allows it to inherit all the attributed from the selected theme, in this case "vantage". Here is the newly created child theme on the theme selection page. Above I have opened the new child theme in googles inspect element view to ideally find some code to configure the header in a more favourable position for the banner picture I have been provided with. Circled in red is some code I found that affects the padding around the heading area of the page. Next, I implemented this and played around with th...