Home Forums WordPress Themes – Premium Preferential Widgetkit Lightbox styling? Reply To: Widgetkit Lightbox styling?

#20579
Sushil Adhikari
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;
}