How do I remove this extra space? I've tried the following: .t4-spotlight-1 { padding-top: 10px; padding-bottom: 10px;} But it has no effect.
evensenj Hi Add !important in the code as below
.t4-spotlight-1 { padding-top: 10px!important; padding-bottom: 10px!important; }
Perfect! thank you!
evensenj You are welcome!