Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097862
    pdopchev
    Participant

    Hi guys,

    I have an image with enabled parallax effect and noticed it doesn’t really resize once the screen changes – at 480px and under the skier in the image is not visible at all. Is there a way to have the image resize with the screen?

    link: http://www.dopchevproductions.com/test/custom-skis/

    #1098181
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 480px) {
    .page-id-351 #x-section-9 {
      background-attachment: scroll;
      background-position: center center!important;
      background-size: 100% auto;
    }
    }

    Hope this helps.

    Cheers!

    #1098265
    pdopchev
    Participant

    Thank you! It works great!

    #1098268
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1097862 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>