Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #238183

    Hello!

    I would like to change the size of the portfolios when you click on them. Everything looks good except when you click an album to view its photos, the AJAX pop up window is too large to completely on most screens and people have to scroll down to view the next photo. How can I adjust the size of the AJAX pop up window?

    Regards,
    Daniel

    #239197

    Hey rickytherhino!

    The size is calculated automatically and using a fixed height will probably break the content. If you still want to try it use this css code (insert it into the quick css field):

    
    #top .ajax_slide {
    height: 346px;
    }
    

    and insert any custom value instead of 346px.

    Best regards,
    Peter

    #239584

    Ok great. I’ll give that a shot and see what happens. Is there a better way to display the albums that would get around this?

    Daniel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Size’ is closed to new replies.