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.
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