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!
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
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!
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.
Thank you!