Hallo liebe Wordpress Crew, ich hab folgendes Problem: Auf meiner Seite http://www.adoctor.de hab ich über dem header eine weiße Zeile, die ich trotz verschiedenster Versuche nicht wegkriege. Hab schon viele verschiedene Foren durchforscht jedoch ohne Erfolg. Das Theme was ich nutze lautet Broly und ist aus themeforest. Kann sich jemand mal den Quellcode anschauen?
Anbei noch header.php und stylesheet.css
header.php:
HTML
<!DOCTYPE html><html <?php language_attributes(); ?>><head> <meta charset="<?php bloginfo( 'charset' ); ?>"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <!--[if IE]> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <![endif]--> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?><!-- Facebook Pixel Code --><script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '1764116717175702'); // Insert your pixel ID here.fbq('track', 'PageView');</script><noscript><img height="1" width="1" style="display:none"src="https://www.facebook.com/tr?id=1764116717175702&ev=PageView&noscript=1"/></noscript><!-- DO NOT MODIFY --><!-- End Facebook Pixel Code --></head>
<body <?php body_class(); ?>>
<?php do_action('broly/action/before_render_body'); ?>
<div id="page" class="site"> <div class="site-inner"> <?php
Broly()->layout->renderHeaderTpl();
Broly()->layout->renderPageHeaderTpl();
stylesheet.css
HTML
/* Theme Name: Broly Theme URI: http://themeforest.net/user/LA-Studio/portfolio Author: LA Studio Author URI: http://themeforest.net/user/LA-Studio Description: Broly - Creative WordPress Theme Version: 1.0.1 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready License: License URI: Text Domain: broly Domain Path: /languages/*/
/* Class WordPress Require*/
.sticky{ font-family: inherit;}.alignleft { display: inline; float: left; margin-right: 15px; margin-bottom: 15px; margin-top: 15px;}
.alignright { display: inline; float: right; margin-top: 15px; margin-left: 15px; margin-bottom: 15px;}
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto;}
.wp-caption { padding: .5rem .5rem .25rem; margin-bottom: 1rem; max-width: 100%; box-sizing: border-box;}
#content .wp-caption-text { text-align: center; font-size: 1rem; margin: 0;}.screen-reader-text { display: none;}.bypostauthor > .comment_container { background-color: rgba(0, 0, 0, 0);}.gallery-caption{ font-family: inherit;}
Ich hoffe, ihr könnt mir helfen!