Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

MACOS Publii 0.38.3 and template Simple 2.3.3.0 logo responsibility error

  • #6675
    Avatar photo[anonymous]

    I try do my first web in Publl, it is looking great. I set only one page and one site logo. But on mobile devices logo float over the text. 🙁

    You can see it on https://goodlight.cz.

    Where I do mistake?

    #6676
    Avatar photoBob

    Your content in the hero section is too “high”.

    Quick fix: increase the height of the hero section for mobile devices. Add the following CSS rule with the Custom CSS tool:

    @media all and (max-width: 37.4375em) {
      .hero {
        height: 100vh;
      }
    }
    #6678
    Avatar photo[anonymous]

    Sorry, this not work, i can set HEIGHT 100vh in template, but on mobile portrait looks better, in landscape still bad.

    #6679
    Avatar photoBob

    Play with the height value, instead of 100vh try to use 100vmax; also consider adding media queries in landscape orientation etc.

    BTW/ Who uses landscape mode to browse the site on mobile?

    #6680
    Avatar photo[anonymous]

    Maybe is not good template for this purpose (onepage style web).

    #6681
    Avatar photoBob

    I think so, it is trictly dedicated to blogs.

    #6682
    Avatar photo[anonymous]

    Normal people using mobile landscape too (becouse there is bigest font)