Is it possible to set a minimum page height?
The drop down menus are pretty long and for pages with just a little content, the drop down is truncated. For example, hover the Services menu pick on this page: http://66.147.244.248/~integry3/contact-2/
Is it possible to set a minimum page height?
The drop down menus are pretty long and for pages with just a little content, the drop down is truncated. For example, hover the Services menu pick on this page: http://66.147.244.248/~integry3/contact-2/
Hey,
add following code to style.css and adjust the height value:
#main {
min-height: 500px;
}Thanks, that did it.
Great :)
You must log in to post.