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.