• Resolved tennyy

    (@tennyy)


    I would like to know how can remove the offset if I show a sticky bottom notice?

    If I set the background to transparent , it seems a lot of empty space on bottom.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @tennyy,

    Can you please share a screenshot of the offset you have mentioned ? That would be helpful for me to understand.

    Also please share your website URL.

    Thanks,
    Aakash

    Thread Starter tennyy

    (@tennyy)

    Hi, can you check this website: h://wp5.tennyy.com
    Screenshot: https://i.imgur.com/9uekrAT.png

    I try to remove this code this[position].spacer.height(this[position].sticky_offset); seems OK, but I just want BOTTOM sticky notice without offset.

    Plugin Author vaakash

    (@vaakash)

    Hi @tennyy,

    Please undo any changes you have made and paste the below CSS anywhere in your theme settings page. It will stop from adding a offset to the bottom. The offset is intentional because the announcements should not block the main content.

    .ancr-bottom-spacer {
        height: 0 !important;
    }

    Thanks,
    Aakash

    Thread Starter tennyy

    (@tennyy)

    Thanks, it works.

    • This reply was modified 3 years, 7 months ago by tennyy.
    Plugin Author vaakash

    (@vaakash)

    Great !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sticky offset’ is closed to new replies.