Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #830610

    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&#8221; 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)

    http://www.clerk-petroff.ru

    • This topic was modified 7 years, 5 months ago by annajou.
    #830708

    Hey annajou,

    Can you screenshot the blank space so that I know I am addressing the right area.

    Best regards,
    Jordan Shannon

    #830732

    sure, its just above the footer

    View post on imgur.com

    #830737

    Hi,

    Add the following to quick css:

    #after_section_9{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #831594

    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.

    #832201

    Hi,

    Did the css I gave you remove the space?

    Best regards,
    Jordan Shannon

    #838239

    Hi @Jordan

    Nope – blank space still there!

    #838267

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #after_section_8 {display:none !important; }

    please see screenshot in Private Content area to be sure I’m looking at the right space.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.