- This topic has 1 reply, 2 voices, and was last updated 12 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › How to apply CSS to stacked videos in Widget
Please see my website at http://www.grangetsgoing.com. The images in the left sidebar are being called to with shortcode in a text widget. I need to reduce the space between the images (top and bottom space between each image) and also reduce the space on the right of the images.
I have tried apllying various css properties to the wp_lightbox_ultimate_custom.css file, but to no avail. Please help.
Hi,
Put the following code in your wp_lightbox_ultimate_custom.css file:
.textwidget .wp_lightbox_fp_trigger img{
margin-bottom: -25px !important;
}