Remove space beside Revolution Slider

  • WP 5.02
  • X Pro 2.4.6
  • Integrity
  • Site Layout: Full width
  • Template on home page is Layout - Full Width

Right now, I have my website in countdown mode so it is not publicly viewable. So I added a screenshot below.

I want to remove the space between the sides of the slider and the “box” and I do not want the slider to go passed it. But I don’t want to remove the space beside the content below it. How do I do it?

Image and video hosting by TinyPic

Revolution Slider layout is set to Auto. Full width takes it to the edge of the screen so I do not want that setting.

I can remove it by changing the stack to Ethos, but it completely changes my footer background. I had it a separate color than the nav header

Hey Kevin,

Please add this code in X > Theme Options > CSS:

.x-colophon.top, .x-colophon.bottom {
    background-color: #efefef !important;
}

Please change the color value to the color you prefer.

Hope this helps.

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