How to move the cookie banner ?
1 Recommended Answer

Thanks for sharing your question today - and welcome to the Blogger Support forums.
You can move the banner from the top of the screen, to the bottom, using CSS.
#cookieChoiceInfo {
bottom: 0;
top: auto;
}
If the banner is at the bottom, try deleting the "cookieChoiceInfo" rule (above). Alternately, try adding a complementary rule.
#cookieChoiceInfo {
bottom: auto;
top: 0;
}
I hope that this helps you understand the possibilities! Please, let me know if you have more questions!
Hello and thank you! I would also like to know how to set the cookie bar at the top of my web page. Thank you again for your answer


#cookieChoiceInfo {
bottom: 0;
top: auto;
}
#cookieChoiceInfo {
bottom: auto;
top: 0;
}

Badges
Some community members might have badges that indicate their identity or level of participation in a community.
Levels
Member levels indicate a user's level of participation in a forum. The greater the participation, the higher the level. Everyone starts at level 1 and can rise to level 10. These activities can increase your level in a forum:
- Post an answer.
- Having your answer selected as the best answer.
- Having your post rated as helpful.
- Vote up a post.
- Correctly mark a topic or post as abuse.
Having a post marked and removed as abuse will slow a user's advance in levels.
View profile in forum?
To view this member's profile, you need to leave the current Help page.
Report abuse in forum?
This comment originated in the Google Product Forum. To report abuse, you need to leave the current Help page.
Reply in forum?
This comment originated in the Google Product Forum. To reply, you need to leave the current Help page.