Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #869704

    SimonQ
    Participant

    Hello, I have the background image here (under Film collections) and was wondering how do I make it not so blurry/blown up? The regular image file size is 1920×1080. Is there suppose to be a specific image size for the background? It has a parallax effect.

    Also is it possible to reposition it so more of the bottom is shown (I want the image to be moved down a little bit more)?

    Thanks!

    #870179

    Friech
    Moderator

    Hi There,

    Thanks for writing in! The image itself is focused on the flower, so the woman is blurry.


    screenshot

    Regarding the positioning of the background image; You can add this under Custom > CSS in the Customizer.

    .page-id-97 #x-section-2 {
        background-position-y: bottom !important;
    }

    Hope it helps, Cheers!

    #870994

    SimonQ
    Participant

    That helps! However, I was wondering how do I move it down so that it centres/focuses more just on the flowers in the background?

    Thanks!

    #871894

    Friech
    Moderator

    Hi There,

    The custom css provided above is for moving the background image focus on the bottom. You can adjust the code to:

    .page-id-97 #x-section-2 {
        background-position-y: -300px !important;
    }

    Thanks.

    #872145

    SimonQ
    Participant

    Thank you that did the trick!

    #872157

    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂