Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26230

    Enfold Theme – how do I get the thumbnails in a gallery to have a uniform poportion (eg: maximum height)? Please reference: http://pancho3.com/portfolio-item/131/

    Thank you!

    #129761

    Hey!

    It seems like you solved the problem: http://www.screenr.com/HfMH ? You can select a thumbnail size on the “portfolio” element option screen/modal window.

    Best regards,

    Peter

    #129762

    Yes, thanks Dude – regenerating the thumbnails seemed to do the trick (I think :o) The only other issue I’m having is there’s a space or padding on my home page ( http://pancho3.com ) between the menu and the slider that I haven’t been able to figure out how to remove at this point. Do you have any suggestions? Thanks!

    #129763

    You can reduce the menu height with following code

    #header_main .container, .main_menu ul:first-child > li a {
    height: 80px;
    line-height: 80px;
    }

    Insert it into the quick css field and increase/decrease the px value. If you decrease the value the white space will become smaller.

    #129764

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Thumbnail Porportions’ is closed to new replies.