Remove white space to the left of Layer Slider

Can you tell me how to get rid of the white space that appears to the left of the Layer Slider. It is happening on both pages that have the layer slider installed.

http://www.firestikstudio.com/otravezensantafe/
http://www.firestikstudio.com/otravezensantafe/santa-fe/

Thanks!

Comments

  • Hi,

    as we see, this is something related with width for slider. So or you will check slider settings or below css will do the trick:
    .ls-wp-fullwidth-helper { width: 1430px !important; }
  • Thanks, but when I scaled down the browser below the 1430 width I got an even larger white space on the left. I changed the code to the following to fix it (since I have the slider disappearing on mobile sizes). If it wasn't disappearing on mobile, I'm guessing you would have to set it even lower.

    .ls-wp-fullwidth-helper { width: 940px !important; }
  • So you must use smaller width then because this is the only custom css we found. Except this, we did not found anything else so there should be an option for this under slider settings.
Sign In or Register to comment.