{"id":6644126,"date":"2015-10-13T16:40:13","date_gmt":"2015-10-13T16:40:13","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/child-theme-css-no-effect-twentyfifteen\/"},"modified":"2016-08-30T19:05:01","modified_gmt":"2016-08-30T19:05:01","slug":"child-theme-css-no-effect-twentyfifteen","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/child-theme-css-no-effect-twentyfifteen\/","title":{"rendered":"Child Theme CSS No Effect | TwentyFifteen"},"content":{"rendered":"<p>Hi All,<\/p>\n<p>I have made a child theme of twentyfifteen that works fine. But when trying to move the sidebar to the right the code I enter in the child themes CSS seems to have no effect. Here is what i have in the childs style.css<\/p>\n<pre><code>@-ms-viewport {\n\twidth: device-width;\n}\n\n@viewport {\n\twidth: device-width;\n}\n\n@media screen and (min-width: 59.6875em) {\n\t.site-content {\n\t\tfloat: left;\n\t\tmargin-left: 0px;\n\t\twidth: 70.5882%;\n\t}\n\n\t.sidebar {\n\t\tfloat: right;\n\t\tright: 0;\n\t\tmargin-right: 0px;\n\t\tmax-width: 413px;\n\t\twidth: 29.4118%;\n\t}\n\n\tbody:before {\n\t\tright: 0;\n\t\tleft:auto;\n\t}\n\n\t.site-footer {\n\t\tmargin: 0 0 0 6.1%;\n\t}\n\n}<\/code><\/pre>\n<p>No idea why this has 0 effect. You can see the site at https:\/\/kickassd.com<\/p>\n<p>In the childs functions.php I have:<\/p>\n<pre><code>&lt;?php\nadd_action( &#039;wp_enqueue_scripts&#039;, &#039;enqueue_parent_styles&#039; );\nfunction enqueue_parent_styles() {\n    wp_enqueue_style( &#039;parent-style&#039;, get_template_directory_uri().&#039;\/style.css&#039; );\n}\n?&gt;<\/code><\/pre>\n<p>Any help much appreciated!<\/p>\n","protected":false},"template":"","class_list":["post-6644126","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/6644126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/6644126\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=6644126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}