{"id":11862832,"date":"2019-08-24T08:28:20","date_gmt":"2019-08-24T08:28:20","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/css-help-logo-position\/"},"modified":"2019-08-24T12:13:10","modified_gmt":"2019-08-24T12:13:10","slug":"css-help-logo-position","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/css-help-logo-position\/","title":{"rendered":"CSS help logo position"},"content":{"rendered":"<p>Hi there,<\/p>\n<p>I need css assistance please. I want to move the logo so it overlaps hero image. But needs to look good on all pages.<\/p>\n<p>I have put css in to configure the home page which looks good. However, it makes all other pages so the logo covers important info like titles and other info.<\/p>\n<p>How can I push the content down below to logo?<\/p>\n<p>Code:<\/p>\n<pre><code>@media only screen and (max-width: 980px) {\n.body_template_two #masthead .site-branding  {\nmargin-bottom: -100px;\n\tposition: relative;\n    z-index: 1;\n}\n}\n@media only screen and (min-width: 981px) {\n.body_template_two #masthead .site-branding  {\nmargin-bottom: -130px;\n\tposition: relative;\n    z-index: 999 !important;\n}\n}\n@media(max-width:479px) {\n .body_template_two #masthead .site-branding img {\n    width: auto;\n\t max-width: 60%;\n  }\n}\n\n@media only screen and (max-width: 980px) {\n.body_template_two #masthead .site-branding  {\nmargin-bottom: -100px;\n\tposition: relative;\n    z-index: 0;\n}\n}\n@media only screen and (min-width: 981px) {\n.body_template_two #masthead .site-branding  {\nmargin-bottom: -130px;\n\tposition: relative;\n    z-index: 1;\n}\n}\n@media(max-width:479px) {\n .body_template_two #masthead .site-branding img {\n    width: auto;\n\t max-width: 60%;\n  }\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-11862832","topic","type-topic","status-publish","hentry","topic-tag-css","topic-tag-logo","topic-tag-z-index"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/11862832","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":2,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/11862832\/revisions"}],"predecessor-version":[{"id":11863253,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/11862832\/revisions\/11863253"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=11862832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}