• Resolved nikhilazza

    (@nikhilazza)


    I used a custom code to insert a floating sticky footer ad on my Desktop Site. I pasted the code on the Footer section using Adinsert general settings but I wish to block the code to load on specific pages. Can you help me!

    <style>
    .Desktop-Sticky {
        text-align: center;
        margin: 0;
        width: 100%;
        overflow: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99999;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        overflow: visible;
    }
    </style>
    <center>
    <div class="Desktop-Sticky">
    ------AdUnit Code Here------
    </div>
     </div>
    </center>
    • This topic was modified 4 years, 7 months ago by nikhilazza.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘How to Exempt Individual Posts from Footer Code?’ is closed to new replies.