Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #389835

    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?

    #389874

    Hey!

    Try adding this code to the Quick CSS:

    #main .content {
        min-height: 800px;
    }

    Cheers! 
    Josue

    #390122

    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….

    #390330

    Hey!

    The code i suggested won’t change the lightbox functionality at all, not sure what you are referring to.

    Cheers!
    Josue

    #390491

    ehh, sorry :) working too many posts right now… that worked thank you Josue!

    #390519

    No problem, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Is there a way to make a sticky socket?’ is closed to new replies.