Home › Support Forums › Theme Support › Enlightenment › Update 1.1.2 and its effect on (frontpage) slider › Reply To: Update 1.1.2 and its effect on (frontpage) slider
bo-oz
Participant
I also noticed that somehow the Slider’s background is padded with top & bottom margin and left & right padding, creating a white outline of about 15px. Probably caused by some default styling for widgets, but not correct for full screen use. Use the following style to get rid of it.
.sidebar-full-screen .widget {
margin:0 !important;
padding:0 !important;
}