Reply To: Extra height when text summary is removed from Portfolio Template

Support Forums for LiveMesh Themes & Plugins Forums Enticing Theme Support Extra height when text summary is removed from Portfolio Template Reply To: Extra height when text summary is removed from Portfolio Template

#78
livemesh
Keymaster

Pls try pasting this into Custom CSS tab of options panel or custom.css file in {theme dir}/custom folder.

ul.image-grid li.one-third {
height: 250px; /* Your desired height */
}

Thanks