 
	
		
		
		
		
			
Ahoy,
How do I make it so there is not a huge white space under my icons in the icon box? Also How do I get the text to be full width?
Hey mcraig77!
Please add following code to Quick CSS
.iconbox_content_container .column-top-margin {
    margin-top: 0;
    width: 100%;
}Best regards,
Yigit
Ahoy
added that but there is still a good amount of white space. Any way to make the Title word “Lamps, Batteries, Etc” be right over the sub text “NiCad, NiMH, Alkaline, Non-Rechargeable Lithium, Lithium-Ion (rechargeable), Lead-Acid Etc”
Hi,
Please try changing the code to following one
.iconbox_content_container .column-top-margin {
    margin-top: 0 !important;
    width: 100%;
}Best regards,
Yigit
Went ahead and added that but that white space is still present.
Please advise
