I have the same issue as in this thread. https://theme.co/forum/t/slider-revolution-with-the-same-site-width/28362
Site: https://www.grimbakeri.no
I have tried to implement the solution given but haven’t had success yet.
Basically. My Site is set to max-width 1200px or 88%.
In my slider I have set the slider to full width and the “layer area size” width to 1200px.
My layer itself is set to left align with 0px for “x”.
It looks fine with a wide browser, but one the browser gets smaller the layer gets pushed up against the left side. (see screenshots).
I want the text within my slider to be aligned on the left side so it’s the same as that in the rest of my page.
I tried adding this code to the JS in the slider but it didn’t work:
jQuery(document).ready(function($) {
$(’.rs-parallax-wrap’).css(‘left’, ($(window).width() - $(‘header > .x-bar > .x-bar-content’).width())/2);
});