Okay
  Public Ticket #386682
Parallax on mobile & tablets
Closed

Comments

  •  1
    Benoit started the conversation

    Hi,

    The parallax effect is still working for small screen size (equivalent to mobile & tablet views). However that leads to some display bugs... see screenshot.

    Best,

  •  1,075
    ThemeNectar replied

    Hey - add this into the custom css box located in your Salient Options panel:

    @media only screen and (max-width: 1000px) {
    .wpb_row .row-bg, .full-width-section .row-bg {
        	background-position: 50%!important;
    }
    }
    
  •  1
    Benoit replied

    Works! Thanks a lot :)