New Landing How can we help? Atelier Background image of ROW showing 100% on larger screen sizes 27"++

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #245646
    anettemossbacher
    Member
    Post count: 68

    Hi there,

    I would like to show on this page: http://www.anettewildphotos.com/about-3/
    the background image full size on 24″; 27″++ screens. Or at least like on a 21″ screen.

    At 27″ it cuts off the person! See attachment, please.

    The ROW in which the background image sits is set under INNER COLUMN HEIGHT to Window Height, which made a small difference, but not for 24″++ screens.
    The code below does not solve the problem for larger screens:

    @media (min-width: 768px) {
    .my-custom-class.spb_parallax_asset {
    background-position: 70% 0!important;
    }

    I also would like to know the max width of the logo in px that it suits perfect on normal screen (not Retina), if possible. I just want to fit it perfect. I did not find the perfect size on the Kownledgebase & Documentations!

    Thank you very much

    Ciao Anette

    Attachments:
    You must be logged in to view attached files.
    #245658
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’d say a better background position to use would be:

    .my-custom-class.spb_parallax_asset {
      background-position: 0 10% !important;
    }

    to always show the person

    – Kyle

    #245701
    anettemossbacher
    Member
    Post count: 68

    Hi Kyle,

    thank yo very much. I have set it to

    .my-custom-class.spb_parallax_asset {
    background-position: 0 30% !important;
    }

    That did the job to show the person as well on bigger screens like 24″++

    Thank you very much.

    From which width size on does the theme start to resize the logo?

    Ciao Anette

    #245713
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s about 1280px

    – Kyle

    #245715
    anettemossbacher
    Member
    Post count: 68

    Thank you very much Kyle ๐Ÿ™‚

    Have a great day

    Ciao Anette

    #245718
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.