我无法删除页面顶部和标题(测试网站)之间的空格。 这是WordPress上的网站:http://telcforkids.hostenko.com/
如何解决此问题?
我无法更改网页的所有代码,因为我使用的是WordPress,我也查看了Google检查员,但我无法看到我需要更改的内容。从身体到第一个单词的代码看起来是这样的:
<body class="">
<section>
<div id="page-zones__template-widgets__feature-featurehome" class="widget feature " data-widget-type="feature" data-uniqueid="page-zones__template-widgets__feature-featurehome">
<div class="feature-bgimg" style="background-image: url('//d2f0ora2gkri0g.cloudfront.net/bkpam2147067_bkpam2147067_img_6848_resize_1.jpg'); background-position: center 42%" >
<div class="content">
<div class="spare wrapper"><h2><span>Here you can find courses for children</span></h2>
答案 0 :(得分:2)
因为你有很多填充物:
示例1
.section-container,
.gdlr-item-start-content,
.gdlr-parallax-wrapper,
.gdlr-color-wrapper {
/* padding-top: 70px; */
}
示例2
答案 1 :(得分:0)
<p>
<p>
<link rel="canonical" href="http://www.londonsmp.co.uk">
<link rel="stylesheet" href="//d282ykz6vx01th.cloudfront.net/bkpam2147067_site_70.css">
<link rel="stylesheet" href="//d1se4t4tzjp7kt.cloudfront.net/32ee23f/compiled/photo-swipe.css">
<p>
<style class="js-webfont" data-woff-cache="//d1se4t4tzjp7kt.cloudfront.net/32ee23f/seven/fonts/lato.woff.json" data-ttf-cache="//d1se4t4tzjp7kt.cloudfront.net/32ee23f/seven/fonts/lato.ttf.json" data-fallback-stylesheet="https://fonts.googleapis.com/css?family=Lato&subset=latin" data-name="lato">
页面中间还有一堆头代码和段落
.main-content-container > .gdlr-main-content > p {display: none;}
我认为你可以用
隐藏它plyr::ldply
您可能需要进行一些实验。