Company logo
  • Jobs
  • Bootcamp
  • About Us
  • For professionals
    • Home
    • Jobs
    • Courses and challenges
    • Questions
    • Teachers
    • Bootcamp
  • For business
    • Home
    • Our process
    • Plans
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Calculator

0

69
Views
How to make Cookie Popup anchor to bottom of screen on mobile devices?

I have a cookie popup for an upcoming project, and it works great on desktop: Screenshot Here. But when I tested it on mobile, it looked like this trash. Does anyone know how to anchor the element to the bottom of the screen on mobile devices? Thanks. Website Preview

7 months ago · Juan Pablo Isaza
1 answers
Answer question

0

Just change the width to 100% when the page opens on mobile screen size.

@media (max-width: 600px) {
   #cookiePopup {
     width: 100%
   }
}
7 months ago · Juan Pablo Isaza Report
Answer question
Find remote jobs