Home › Forums › WordPress Themes – Premium › Preferential › Widgetkit Lightbox styling? › Reply To: Widgetkit Lightbox styling?
October 25, 2014 at 9:34 am
#20579
Moderator
Although I don’t provide support for third party plugins :whistle:
This might be your solution….adding the padding:0 to your data:
More Details
Or actually do custom CSS, or both:
#lightbox-content {
padding: 0 0 0 10px;
}