dancemoves 0 Report post Posted May 31, 2011 Could someone explain specifically how I would make a child theme for my Whitehouse Pro? If not then how can I save the changes I've made using firebug to my Whitehouse Pro theme? Thank you Share this post Link to post Share on other sites
catrina 103 Report post Posted May 31, 2011 Where did you make your changes from Firebug? In the Custom Code/CSS Rules area of your settings? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
timlinson 3 Report post Posted May 31, 2011 Not sure if this is what you mean, but... As a random example, say this was the original rule in the right pane of firebug: ` #brandnav .main_nav { float: left; width: 76%; } ` and say you made it float to the right and liked it that way: `#brandnav .main_nav {` `? ? float:`right`;` `? ? width: 76%;` `}` then to make the float change permanent in your actual site, you would put this in the theme options > custom code > custom css box: `#brandnav .main_nav {float:right;}` Share this post Link to post Share on other sites