hello,
i have added this code top my home page, which is to have a sign up to mailout strip
<script src=”https://180209.selcdn.ru/subscribe/topbar/generator.js” data-email-generator-site-id=”8797″ data-version=”0.1″ async=”async” charset=”utf-8″></script>
it made a blank space appear on the page
i used the code box to insert the code (from the advanced layout bar)
Hey annajou,
Can you screenshot the blank space so that I know I am addressing the right area.
Best regards,
Jordan Shannon
sure, its just above the footer
Hi,
Add the following to quick css:
#after_section_9{
display:none!important;
}
Best regards,
Jordan Shannon
Hi,
i already have this in quick css:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
font-size: 18px;
}
.avia-caption .avia-caption-title {
padding: 5px 10px;
font-size: 16px;
}
.hr.hr-custom {
margin: 10px !important;
}
}
so when i added it – it didnt work
but i added it into additional css – and it worked, but only on the home page.
Hi,
Did the css I gave you remove the space?
Best regards,
Jordan Shannon
Hi @Jordan
Nope – blank space still there!