I have a couple pages where there is not much content, so the socket is now filling most of the screen. Is there a way to keep the socket small & tight to the bottom of the screen, even though I don’t have much content in the main content area?
Hey!
Try adding this code to the Quick CSS:
#main .content {
min-height: 800px;
}
Cheers!
Josue
I’m confused, why would I want to set the height for the larger image in the lightbox ? I am in need of limiting the lightbox thumbnails to a uniform height? I’ve tried a few different things but they are not working….
Hey!
The code i suggested won’t change the lightbox functionality at all, not sure what you are referring to.
Cheers!
Josue
ehh, sorry :) working too many posts right now… that worked thank you Josue!
No problem, glad to help :)
Regards,
Josue