Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter littlecuriosity

    (@littlecuriosity)

    Yippee I’ve figured it out

    .photospace_res .gal_content {
    	float: left;
    	width: 80%;
    }
    
    .photospace_res .thumbs_wrap2 {
    	float: left;
    	min-height: 800px;
    	width: 20%;
    }
    @media screen and (max-width: 639px) {
    	.photospace_res .gal_content {
    		float: none;
    		width: 100%;
    	}
    
    	.photospace_res .thumbs_wrap2 {
    		float: none;
    		min-height: 0;
    		width: 100%;
    	}
    }

    Thanks for posting the code. It works great!

    Hi..
    Indeed a great plugin. Clean cut!

    I like the responsive version too…although is the first time i will use it.

    I have this inquiry…How to make the thumbs appear at the bottom instead of the top?
    The side one can be achieved with css only…as described above.
    The bottom one though?

    Please advise…Appreciated.

    Thank u.

    Vas

    Thanks for the help with this!

    Thread Starter littlecuriosity

    (@littlecuriosity)

    Hi Vaschops,
    Sorry for the very late reply, just noticed your question.

    To move the thumbnails to the bottom I think you have to change some of the plugins php/html to relocate the area. Its not possible in css alone.

    Hope this helps

    Thanks
    Judi

    It’s possible if you edit the plugin code. The reason this is not an option is because I didn’t want to fix the height of the main image area to keep the layout flexible. So if you place the thumbnails at the bottom they may move with each image change, which isn’t very user friendly.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help with Vertical Gallery’ is closed to new replies.