- This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › Styling the Inline HTML Display Lightbox
I see that is a way to style the display box for the shortcode “[wp_lightbox_flowplayer_video]” but is there a way to change the style of the display box for the Inline HTML shortcode. I would like to remove the grayed out scrolling bars and have it more like the predefined fancy display CSS that exist for the flowplayer shortcode. Is that possible?
Hi, It shouldn’t really show any scroll bar unless there is more content to fit in the lightbox window. Please provide a link to the page in question so I can take a look.
Here is the link to the test page.
[https://westviewdance.ca/test-page/]
Thanks. I have copied and pasted the same content into our development site for testing. It seems to be working fine on our end. So it may have something to do with your theme. I have sent an email to your registered email address for site access. Let me know if you don’t receive it.
The theme customizer had this piece of code defined in it:
.fancybox-inner {
-webkit-overflow-scrolling: touch !important;
overflow: scroll !important;
}
This was causing the popup window to show a scrollbar even though the content was not overflowing. Once I removed it the scrollbar went away.