• Resolved Anonymous User 17813301

    (@anonymized-17813301)


    Hello! Was setting up a maintenance page using Branda and noticed that text size became too small when viewing on mobile. Turns out the maintenance page doesn’t include viewport metatags from the theme, making the maintenance page not responsive. Is there any way to fix this? As a workaround I am adding metatags using the wp_head hook instead of placing them in the markup for now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @encoredev

    There might not be any metatags for responsiveness, but all font-sizes and margins are set using rem which is a relative unit:
    https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Values_and_Units#Numeric_data_types

    Could you share the URL of your site so we can better review this and further advise?

    Thank you,
    Dimitris

    Thread Starter Anonymous User 17813301

    (@anonymized-17813301)

    Here: https://encore.by/
    Sure, the text is responsive, but since the viewport did not scale up it appears much smaller than the text on the rest of the website.
    (you will need to remove the tag from the head element to see the difference)

    • This reply was modified 4 years, 3 months ago by Anonymous User 17813301.
    • This reply was modified 4 years, 3 months ago by Anonymous User 17813301.
    • This reply was modified 4 years, 3 months ago by Anonymous User 17813301.
    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @encoredev

    Thanks for information.

    I checked the site and I can see the issue and understand what you mean.

    It’s not the case with all the themes, I believe, but it might be a bit of a problem with some of them indeed.

    I’ve already reported it to our developers.

    Best regards,
    Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Enhancement] Maintenance mode metatags’ is closed to new replies.