Sign in

Heroimages/-section much bigger size at phone or phonesized browser window

  • This topic has 1 reply, 2 voices, and was last updated 1 year, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6788
    Avatar photoPDL

    Hello,

    When I define a hero image or use simple text for the hero section, the image or the plain hero section switch to much bigger size/ height in a mobile phne browser or a with the webbrowser window changed to phone size width.

    I observe this behaviour in both Melissa V1.6.0.0 and Massively V1.1.7.0 and in all plattforms an webbrowsers.

    Is this a bug or can I chang this behaviour by custom css, so that I can use a defined height also on phone browsers.

    Cheers Thomas

    #6797
    Avatar photoBob

    ​This free support area is not available for commercial products; instead please use a  dedicated Premium Support https://marketplace.getpublii.com/log-in/

    In terms of Massively theme, play with the min-height value for the #intro container:

    @media screen and (max-width:736px) {
       #intro {
         min-height:80vh;
       }
    }

    --
    Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.