Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1164349

    Hello!

    On http://erkant.de we are having a backround image in the first section. On Smarthones the backround image, respectively the section, is to large. Very large – it fill out the hole smarthone monitor.

    How can I limit the height? Maybe 50% from smartphone monitor?

    best regards,
    Susanne

    #1164688

    Hey Susanne,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .av-parallax-inner.main_color.avia-full-stretch{
    background-size:contain!important;
    }
    .avia-section-small .content{
    padding-bottom:0px!important;
    padding-top:0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1164791

    Hi Jordan,

    thank you – that´s working fine!

    best regards,
    Susanne

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘backround image size or maximum section height on smartphones’ is closed to new replies.