Slider Revolution issue - unable it sit with site width without issues

Hi - I am having an issue with my slider sitting within the site width. I got it to fit the width I have set, but now there is a giant white space on the right side I cannot figure out how to resolve.

Hey @gwinc,

Thanks for writing in! The white space is actually a white background color built-in CSS style with the Renew stack.

.site, .x-site {
    background-color: #fff;
}

You can modify this code and change the background color to #e9e9e7 to match with the current background color of your header navigation. You can add the code in the Theme Options > Code > Global CSS.

Hope this makes sense.

Hey! Unfortunately, this doesn’t resolve the issue. That is space where the slider should be with its gradient, but its sitting completely to the left, including the animations getting cut off and starting at the edge of the white. Changing the background color will not fix the slider issue. Please advise.

https://chrisa371.sg-host.com/ – if you look at the site you can see the animations which make it clearer.

Hi @gwinc,

I have checked the slider and found that the slider width is set to 1200px and left is set to 160.5px.

I would suggest you set the width to 100% and change the left to 0 and check. If that does not help, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

Hi there, I cant find a space to adjust that, as my slide is set to auto width. I could use some help!

Hi @gwinc,

Setting the Sizing to the Full Width will resolve your problem. Please let us know if that does not help.

Thanks

This worked! Did you change anything else because I had done this before and it was not respecting the boundaries of the website at 1200px?

Hi @gwinc,

Glad it worked, I didn’t change anything except that.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.