• Closed by: Marek
  • Closed on: 22.07.17, 20:32
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10574 - Maintenance mode responsive page

Hi,

I have a problem with the maintenance mode page - it is not responsive and the countdown goes out of the screen. Let me attach a screenshot.

Thanks

Regards

Comments

Marek 17 Jul 2017, 13:50

Hi Nikas. Yes I see the issue. I’ll try to fix it As soon as possible

Nikas Bergaglio 17 Jul 2017, 15:37

Thanks Marek!

Marek 18 Jul 2017, 11:32

Add following css to the end of file error.css in the “themes/alysum/assets/css/” folder

@media (max-width:768px) {
.countdown_section .countdown_amount {font-size: 30px;line-height: 30px;}
.countdown_section {font-size:12px;}
.send_form {width:90%}
}