 
	
		
		
		
		
			
I’m not sure why, but I can’t get my top slider to be 100% width )no padding).
When I tried to modify it, it made the whole site 100%.
How can I fix it?
Hey mikkijack,
Just add this custom CSS code:
.av_section_1 .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
Best regards,
John Torvik
Hi John!
Thank you for getting back with me so fast.  I tried that, but it didn’t work.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling);
.home #av_section_1 .container {
    max-width: 100%;
    padding: 0;
}Let us know if this helps :)
Best regards,
Nikko
Hi Nikko,
That worked perfectly.  Thanks so much!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko
